Skip to content

Commit 6b5a838

Browse files
author
Thomas Hammer
committed
Do not stop if one build fails
1 parent a411e9e commit 6b5a838

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packaging/windows/Makefile.in

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ executables : dspex
2222
cmd /C msdev $$filename /USEENV /MAKE "$$projectname - Win32 Release" /REBUILD; \
2323
exename=`echo $$filename | sed -e 's%/[^/]*$$%%'`; \
2424
exename="$$exename/Release/$$projectname.exe"; \
25-
if ! test -f $$exename; then \
26-
exit 1; \
27-
fi; \
2825
done
2926

3027
dspex:

0 commit comments

Comments
 (0)