Use wrapped cxx_binary
Summary: Introduce `yoga_cxx_binary` Reviewed By: grzmiel Differential Revision: D7809271 fbshipit-source-id: 1b66ce59a73e4a63b670f7d3bcadfbb6cbfbc220
This commit is contained in:
committed by
Facebook Github Bot
parent
e1c19cecad
commit
3564ccf6e4
@@ -69,6 +69,11 @@ def yoga_apple_test(*args, **kwargs):
|
||||
native.apple_test(*args, **kwargs)
|
||||
|
||||
|
||||
def yoga_cxx_binary(*args, **kwargs):
|
||||
kwargs.pop("platforms", None)
|
||||
native.cxx_binary(*args, **kwargs)
|
||||
|
||||
|
||||
def yoga_cxx_library(*args, **kwargs):
|
||||
# Currently unused
|
||||
kwargs.pop("platforms", None)
|
||||
|
Reference in New Issue
Block a user