Skip to content

Commit

Permalink
Set missing header_namespace
Browse files Browse the repository at this point in the history
Summary: When we don't explicitly set header_namespace, we can get differing behavior between Android and iOS. Even when it is not explicitly necessary, we are going to try to enforce this properly.

Reviewed By: scottrice

Differential Revision: D7141155

fbshipit-source-id: 74d1488c3909f89ad9d6d0ee0de335b789dc2ccd
  • Loading branch information
mzlee authored and facebook-github-bot committed Mar 3, 2018
1 parent 31fc287 commit a874992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YogaKit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COMPILER_FLAGS = [
apple_library(
name = "YogaKit",
srcs = glob(["Source/**/*.m"]),
header_namespace = "",
exported_headers = subdir_glob(
[
("", "Source/**/*.h"),
Expand Down

0 comments on commit a874992

Please sign in to comment.