Pass command line parameters to ./waf configure
authorCarl Hetherington <cth@carlh.net>
Wed, 31 Oct 2012 01:12:45 +0000 (01:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 31 Oct 2012 01:12:45 +0000 (01:12 +0000)
builds/windows-32

index 036ccc685cfe211f674e6a4635a6ec9ffedb649c..72fb359d1f8a23fcdb015c13c5a6f99ff4c2ff43 100755 (executable)
@@ -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