diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-26 00:12:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-26 00:12:40 +0100 |
| commit | b4cdfbe399851356ee3b0293671838320eff6bea (patch) | |
| tree | 62a51e40b93dd3aea3df097af49a34bb563a3453 /builds | |
| parent | 1bd39716b0d8b0dc1f6b076f9f709385bd297dc9 (diff) | |
More debug logging.
Diffstat (limited to 'builds')
| -rwxr-xr-x | builds/windows-64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builds/windows-64 b/builds/windows-64 index 065585ca5..f203370a1 100755 --- a/builds/windows-64 +++ b/builds/windows-64 @@ -14,6 +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" \ + PATH=$WINDOWS_PREFIX/bin:$PATH \ ./waf configure --target-windows if [ "$?" != "0" ]; then exit 1 |
