From 5502a97f7fe482d473559388b3a401f02ae287fa Mon Sep 17 00:00:00 2001 From: Taras Tsugrii Date: Sun, 26 Nov 2017 21:12:05 -0800 Subject: [PATCH] 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 --- csharp/BUCK | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csharp/BUCK b/csharp/BUCK index 90b90918..0cdb6532 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -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"]