summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-31 01:12:45 +0000
committerCarl Hetherington <cth@carlh.net>2012-10-31 01:12:45 +0000
commit82b889adba6db3850032e1d2debed7e17e9df703 (patch)
tree40ca5901486ceeb70658567872ff88e57e542c4a
parentec672e77334379b15639b05384e443a42e29fc09 (diff)
Pass command line parameters to ./waf configure
-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