Skip to content

Commit 9964797

Browse files
authored
Merge pull request #8419 from bob-wilson/toolchain-setting
2 parents 18c711a + d23be6e commit 9964797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,7 @@ iterations with -O",
21732173

21742174
# Prepare and validate toolchain
21752175
toolchain = host_toolchain(xcrun_toolchain=args.darwin_xcrun_toolchain)
2176+
os.environ['TOOLCHAINS'] = args.darwin_xcrun_toolchain
21762177

21772178
if args.host_cc is not None:
21782179
toolchain.cc = args.host_cc

0 commit comments

Comments
 (0)