From a4af8b8a5dd4ec12e7cc863ad02325a8b2e6d956 Mon Sep 17 00:00:00 2001 From: Miepee Date: Thu, 30 May 2024 14:22:36 +0200 Subject: [PATCH] whoops --- make-windows.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make-windows.sh b/make-windows.sh index a5ea83f..abc6a8c 100644 --- a/make-windows.sh +++ b/make-windows.sh @@ -29,6 +29,7 @@ rm flips.exe; make CFLAGS="$FLAGS -fprofile-use -s" #verify that there are no unexpected dependencies objdump -p flips.exe | grep 'DLL Name' | \ grep -Pvi '(msvcrt|advapi32|comctl32|comdlg32|gdi32|kernel32|shell32|user32|api-ms-win-crt)' && \ - echo "Invalid dependency" && exit + echo "Invalid dependency" && exit 1 +exit 0