X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=builds%2Fwindows-64;h=87206937e462b8cc76617e4ca5ab1140448c89e5;hb=c726a221e619d22ad5253eaa6c3429bce557e111;hp=86aad1b4b20b5beb747116384175fe3fd6f2b603;hpb=c359a5fe7dd9f1ff7c261b32a0e1ec08f1bbc606;p=dcpomatic.git diff --git a/builds/windows-64 b/builds/windows-64 index 86aad1b4b..87206937e 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="/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 ./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" \