From a01c7adcfbaf74797f63573780c9e5300a01cca6 Mon Sep 17 00:00:00 2001 From: Taras Tsugrii Date: Sat, 9 Dec 2017 10:16:29 -0800 Subject: [PATCH] Skylarkify default_platform_defs macros. Reviewed By: adamjernst Differential Revision: D6527119 fbshipit-source-id: 1e31b9491d2cf501f348d544482c025096fd81b1 --- csharp/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/BUCK b/csharp/BUCK index a28e7607..8e417e4d 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # 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.bzl", "is_apple_platform") load("//:yoga_defs.bzl", "BASE_COMPILER_FLAGS", "yoga_dep", "cxx_library") COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]