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

index 3675b117305b04656b01531bbc64969539ab95d1..a9fd561725ea4d73ef8eff719455d9621e803299 100755 (executable)
@@ -15,7 +15,7 @@ CXX=$MINGW_CXX WINRC=$MINGW_WINDRES \
   CXXFLAGS="-I$WINDOWS_PREFIX/include -I$MINGW_PREFIX/include" \
   LINKFLAGS="-L$WINDOWS_PREFIX/lib -L$MINGW_PREFIX/lib" \
   PATH=$WINDOWS_PREFIX/bin:$PATH \
-  ./waf configure --target-windows
+  ./waf configure --target-windows $*
 if [ "$?" != "0" ]; then
   exit 1
 fi