Skip to content

Commit a874992

Browse files
mzleefacebook-github-bot
authored andcommitted
Set missing header_namespace
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
1 parent 31fc287 commit a874992

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

YogaKit/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COMPILER_FLAGS = [
2828
apple_library(
2929
name = "YogaKit",
3030
srcs = glob(["Source/**/*.m"]),
31+
header_namespace = "",
3132
exported_headers = subdir_glob(
3233
[
3334
("", "Source/**/*.h"),

0 commit comments

Comments
 (0)