Skip to content

Commit 4a4815a

Browse files
committed
Use --without-cross-bootstrap for Cygwin build
1 parent cb74696 commit 4a4815a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/toolchain/build-cygwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
4545
--disable-dumper \
4646
--with-sysroot=$TOOLCHAIN_PATH \
4747
--with-build-sysroot=$TOOLCHAIN_PATH \
48-
--with-cross-bootstrap \
48+
--without-cross-bootstrap \
4949
$HOST_OPTIONS \
5050
$TARGET_OPTIONS
5151
echo "::endgroup::"

0 commit comments

Comments
 (0)