Replace include_defs with load.
Summary: https://our.intern.facebook.com/intern/dex/buck/python-to-skylark/ Reviewed By: adamjernst Differential Revision: D6411777 fbshipit-source-id: 5553d75a650d906a280a61b38492e20d7bc7081a
This commit is contained in:
committed by
Facebook Github Bot
parent
8ab1d81917
commit
5502a97f7f
@@ -6,8 +6,7 @@
|
|||||||
# of patent rights can be found in the PATENTS file in the same directory.
|
# of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
|
||||||
load("@xplat//configurations/buck:default_platform_defs", "is_apple_platform")
|
load("@xplat//configurations/buck:default_platform_defs", "is_apple_platform")
|
||||||
|
load("//:YOGA_DEFS", "BASE_COMPILER_FLAGS", "yoga_dep", "cxx_library")
|
||||||
include_defs("//YOGA_DEFS")
|
|
||||||
|
|
||||||
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]
|
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user