react-native-macos/tools/build_defs/apple/flag_defs.bzl

17 строки
391 B
Python

# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
def get_base_appletvos_flags():
return []
def get_objc_arc_preprocessor_flags():
return []
def get_preprocessor_flags_for_build_mode():
return []
def get_static_library_ios_flags():
return []