Migrate yoga defs to Skylark syntax.

Summary: https://our.intern.facebook.com/intern/dex/buck/python-to-skylark/

Reviewed By: adamjernst

Differential Revision: D6411822

fbshipit-source-id: 2abe2c183d1b1a28349d0c7bd765754688ec4441
This commit is contained in:
Taras Tsugrii
2017-11-27 13:47:46 -08:00
committed by Facebook Github Bot
parent afaafb4126
commit dec1172f38
20 changed files with 21 additions and 24 deletions

View File

@@ -6,7 +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")
load("//:YOGA_DEFS", "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"]