summaryrefslogtreecommitdiff
path: root/tools/windows_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-15 13:44:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-15 13:44:11 -0400
commita2a7545ea18dc2318163e8588e8da3ab7d68b373 (patch)
tree952b8a3035923206809899c9e494257eb036c9b9 /tools/windows_packaging
parent590e1fb45834caecd31cd1b668a2f7045edae40e (diff)
Update mingw environment to work with mingw-64 toolchain on F17
Diffstat (limited to 'tools/windows_packaging')
-rw-r--r--tools/windows_packaging/mingw-env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/windows_packaging/mingw-env.sh b/tools/windows_packaging/mingw-env.sh
index c6747ae03b..37a575885f 100644
--- a/tools/windows_packaging/mingw-env.sh
+++ b/tools/windows_packaging/mingw-env.sh
@@ -5,12 +5,12 @@ BASE=$(dirname $BASE) # up one
BASE=$(dirname $BASE) # up one more
BASE=$(dirname $BASE) # up one more
-HOST=i686-pc-mingw32
+HOST=i686-w64-mingw32
MINGW_ROOT=/usr/$HOST/sys-root/mingw
export PKG_CONFIG_PREFIX=$MINGW_ROOT
export PKG_CONFIG_LIBDIR=$MINGW_ROOT/lib/pkgconfig
-export PKGCONFIG=mingw32-pkg-config
+export PKGCONFIG=pkg-config
export AR=$HOST-ar
export RANLIB=$HOST-ranlib
export CC=$HOST-gcc