summaryrefslogtreecommitdiff
path: root/builds/windows-64
diff options
context:
space:
mode:
Diffstat (limited to 'builds/windows-64')
-rwxr-xr-xbuilds/windows-648
1 files changed, 6 insertions, 2 deletions
diff --git a/builds/windows-64 b/builds/windows-64
index 86aad1b4b..b87c5ca4f 100755
--- a/builds/windows-64
+++ b/builds/windows-64
@@ -2,14 +2,18 @@
export MINGW_CXX="x86_64-w64-mingw32-g++"
export MINGW_WINDRES="x86_64-w64-mingw32-windres"
-export MINGW_PREFIX="/usr/x86_64-w64-mingw32"
+export MINGW_PREFIX="/home/carl/mingw/x86_64-w64-mingw32"
+export MINGW_PATH="/home/carl/mingw/bin"
export WINDOWS_PREFIX="/home/carl/Environments/windows/64"
export PKG_CONFIG_LIBDIR=$WINDOWS_PREFIX/lib/pkgconfig
./waf clean
-export PATH=$WINDOWS_PREFIX/bin:$PATH
+export PATH=$WINDOWS_PREFIX/bin:$MINGW_PATH:$PATH
+
+echo -n "USING COMPILER "
+which x86_64-w64-mingw32-g++
CXX=$MINGW_CXX WINRC=$MINGW_WINDRES \
CXXFLAGS="-I$WINDOWS_PREFIX/include -I$MINGW_PREFIX/include" \