Skip to content

Commit

Permalink
Set fishhook's header_dir to "fishhook"
Browse files Browse the repository at this point in the history
Summary:
This lets us import fishhook like `<fishhook/fishhook.h>`.
Closes #16192

Differential Revision: D5971639

Pulled By: shergin

fbshipit-source-id: c46503953a08a74bdd10ed35cbd30029f1666c7d
  • Loading branch information
ide authored and facebook-github-bot committed Oct 4, 2017
1 parent cdea3c5 commit 26f6f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ Pod::Spec.new do |s|
end

s.subspec "fishhook" do |ss|
ss.header_dir = "fishhook"
ss.source_files = "Libraries/fishhook/*.{h,c}"
end

Expand Down

0 comments on commit 26f6f60

Please sign in to comment.