We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407cbab commit 912599cCopy full SHA for 912599c
xcodeproj/internal/templates/bazel_build.sh
@@ -114,7 +114,7 @@ echo "Starting Bazel build"
114
${build_pre_config_flags:+"${build_pre_config_flags[@]}"} \
115
--config="$config" \
116
--color=yes \
117
- ${toolchain:+--define=SWIFT_CUSTOM_TOOLCHAIN="$toolchain"} \
+ ${toolchain:+--action_env=TOOLCHAINS="$toolchain"} \
118
"$output_groups_flag" \
119
"%generator_label%" \
120
${labels:+"--build_metadata=PATTERN=${labels[*]}"} \
0 commit comments