Skip to content

Commit c18e014

Browse files
committed
win64 buildhost toolchains need to be older, too.
1 parent 10f4353 commit c18e014

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

win64-native.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ fi
1515
build_one \
1616
--sample-name=x86_64-w64-mingw32 \
1717
--no-cross-gdb-python \
18+
--build-host-compile \
1819
${extra_args:-} \
1920
"$@"

win64-win64-canadian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ build_one \
1212
--sample-name=x86_64-w64-mingw32 \
1313
--canadian-host=x86_64-w64-mingw32 \
1414
--no-cross-gdb-python \
15+
--build-host-compile \
1516
"$@"

0 commit comments

Comments
 (0)