2023-12-21 11:01:32 +00:00
|
|
|
build --enable_platform_specific_config
|
|
|
|
|
2023-06-09 10:29:12 +00:00
|
|
|
# Required by Meson on Windows
|
2023-12-21 11:01:32 +00:00
|
|
|
build:windows --action_env=PROCESSOR_ARCHITECTURE
|
|
|
|
build:windows --action_env=USERPROFILE
|
2023-06-09 10:29:12 +00:00
|
|
|
|
|
|
|
# Required when using the built meson toolchain on windows
|
2023-12-21 11:01:32 +00:00
|
|
|
build:windows --nobuild_python_zip
|
2023-06-09 10:29:12 +00:00
|
|
|
|
|
|
|
# Required by Meson and built pkg-config on Windows
|
2023-12-21 11:01:32 +00:00
|
|
|
build:windows --enable_runfiles
|
2022-11-09 11:54:39 +00:00
|
|
|
|
|
|
|
# These are required otherwise paths are too long
|
|
|
|
startup --windows_enable_symlinks
|
2023-12-21 11:01:32 +00:00
|
|
|
build:windows --action_env=MSYS=winsymlinks:nativestrict
|
|
|
|
test:windows --action_env=MSYS=winsymlinks:nativestrict
|
2023-03-04 12:12:42 +00:00
|
|
|
|
|
|
|
# Enable CC toolchain that supports iOS from https://github.com/bazelbuild/apple_support
|
|
|
|
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
|