diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-31 01:13:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-31 01:13:03 +0000 |
| commit | d54b81917f563c211e0f791743d1ec25acacdc5d (patch) | |
| tree | ec24b1d3e0667054a90f9bc89cdf7ea17563002c | |
| parent | 82b889adba6db3850032e1d2debed7e17e9df703 (diff) | |
Pass command line parameters to ./waf configure
| -rwxr-xr-x | builds/windows-64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/windows-64 b/builds/windows-64 index 3675b1173..a9fd56172 100755 --- a/builds/windows-64 +++ b/builds/windows-64 @@ -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 |
