diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-02 16:49:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-02 16:49:31 +0000 |
| commit | cf2a7295b626de37dfb4c7f1f34c6d3ab244a474 (patch) | |
| tree | 97d6d766dbf24033f62d47afa3573ac5a91af7a9 | |
| parent | 38927abebdcb0f70d8c50fd62a88f21de3581fe2 (diff) | |
Tweak mingw paths.
| -rwxr-xr-x | builds/windows-32 | 4 | ||||
| -rwxr-xr-x | builds/windows-64 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/builds/windows-32 b/builds/windows-32 index 2a4d60aa1..d2a5f43cd 100755 --- a/builds/windows-32 +++ b/builds/windows-32 @@ -2,8 +2,8 @@ export MINGW_CXX="i686-w64-mingw32-g++" export MINGW_WINDRES="i686-w64-mingw32-windres" -export MINGW_PREFIX="/home/carl/mingw/i686-w64-mingw32" -export MINGW_PATH="/home/carl/mingw/bin" +export MINGW_PREFIX="/mingw/i686-w64-mingw32" +export MINGW_PATH="/mingw/bin" export WINDOWS_PREFIX="/home/carl/Environments/windows/32" export PKG_CONFIG_LIBDIR=$WINDOWS_PREFIX/lib/pkgconfig diff --git a/builds/windows-64 b/builds/windows-64 index b87c5ca4f..87206937e 100755 --- a/builds/windows-64 +++ b/builds/windows-64 @@ -2,8 +2,8 @@ export MINGW_CXX="x86_64-w64-mingw32-g++" export MINGW_WINDRES="x86_64-w64-mingw32-windres" -export MINGW_PREFIX="/home/carl/mingw/x86_64-w64-mingw32" -export MINGW_PATH="/home/carl/mingw/bin" +export MINGW_PREFIX="/mingw/x86_64-w64-mingw32" +export MINGW_PATH="/mingw/bin" export WINDOWS_PREFIX="/home/carl/Environments/windows/64" export PKG_CONFIG_LIBDIR=$WINDOWS_PREFIX/lib/pkgconfig |
