Skylarkify default_platform_defs macros.

Reviewed By: adamjernst

Differential Revision: D6527119

fbshipit-source-id: 1e31b9491d2cf501f348d544482c025096fd81b1
This commit is contained in:
Taras Tsugrii
2017-12-09 10:16:29 -08:00
committed by Facebook Github Bot
parent 5133faa1ad
commit a01c7adcfb

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # 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") load("//:yoga_defs.bzl", "BASE_COMPILER_FLAGS", "yoga_dep", "cxx_library")
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"] COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]