summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-15 13:17:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-15 13:17:32 -0400
commitfa09121a7f20ba424df5b9542564a467af63dc7a (patch)
tree9198fdc86e5b2ca3f8e99d494384bf901b296e23 /tools
parent94145732f3bd406ec75652117c02c8aaab6777ca (diff)
tweaks to mingw build environment
Diffstat (limited to 'tools')
-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