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:
Taras Tsugrii
2017-11-26 21:12:05 -08:00
committed by Facebook Github Bot
parent 8ab1d81917
commit 5502a97f7f

View File

@@ -6,8 +6,7 @@
# of patent rights can be found in the PATENTS file in the same directory.
load("@xplat//configurations/buck:default_platform_defs", "is_apple_platform")
include_defs("//YOGA_DEFS")
load("//:YOGA_DEFS", "BASE_COMPILER_FLAGS", "yoga_dep", "cxx_library")
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]