From 82b889adba6db3850032e1d2debed7e17e9df703 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 31 Oct 2012 01:12:45 +0000 Subject: Pass command line parameters to ./waf configure --- builds/windows-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3