mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-27 02:43:28 +00:00
14 lines
559 B
Plaintext
14 lines
559 B
Plaintext
# Required for Windows
|
|
build --enable_runfiles
|
|
|
|
# These are required otherwise paths are too long
|
|
startup --windows_enable_symlinks
|
|
build --action_env=MSYS=winsymlinks:nativestrict
|
|
test --action_env=MSYS=winsymlinks:nativestrict
|
|
|
|
# Enable CC toolchain that supports iOS from https://github.com/bazelbuild/apple_support
|
|
build --enable_platform_specific_config
|
|
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
|
|
build:macos --crosstool_top=@local_config_apple_cc//:toolchain
|
|
build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain
|