summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuilds/windows-322
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/windows-32 b/builds/windows-32
index 036ccc685..72fb359d1 100755
--- a/builds/windows-32
+++ b/builds/windows-32
@@ -14,7 +14,7 @@ export PATH=$WINDOWS_PREFIX/bin:$PATH
CXX=$MINGW_CXX WINRC=$MINGW_WINDRES \
CXXFLAGS="-I$WINDOWS_PREFIX/include -I$MINGW_PREFIX/include" \
LINKFLAGS="-L$WINDOWS_PREFIX/lib -L$MINGW_PREFIX/lib" \
- ./waf configure --target-windows
+ ./waf configure --target-windows $*
if [ "$?" != "0" ]; then
exit 1
fi