From c165c6f892f36cb97adeee3ae8e382dde71802fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AD=E3=81=93=20=E7=99=BD=E3=81=84?= Date: Sat, 23 Mar 2024 22:57:25 +0700 Subject: [PATCH] Update build.sh --- .gnu-windows/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gnu-windows/build.sh b/.gnu-windows/build.sh index 5b76e4395..2cc5759a8 100644 --- a/.gnu-windows/build.sh +++ b/.gnu-windows/build.sh @@ -447,9 +447,6 @@ cd $WORKDIR cp -r $SOURCE_CODE/* $BOOTSTRAP/src #?? printf "id ICON \"$BOOTSTRAP/src/gnu-windows.ico\"" >gnu-windows.rc \ && $BOOTSTRAP/bin/$ARCH-windres -o gnu-windows.o gnu-windows.rc \ - && $BOOTSTRAP/bin/$ARCH-gcc -DVERSION=$VERSION -nostdlib -fno-asynchronous-unwind-tables \ - -fno-builtin -Wl,--gc-sections -s -o $BOOTSTRAP/bin/gnu-windows.exe \ - $BOOTSTRAP/src/gnu-windows.c gnu-windows.o -lkernel32 -luser32 \ && $BOOTSTRAP/bin/$ARCH-gcc \ -Os -fno-asynchronous-unwind-tables \ -Wl,--gc-sections -s -nostdlib \