From 4e05efffbacd68aebed2fe7dc5376afd97887024 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sat, 25 Mar 2017 22:18:43 +0100 Subject: [PATCH] buildenv/1.3.x/win32-static: update libogg to use i686-w64-mingw32 instead of i686-pc-mingw32. --- buildenv/1.3.x/win32-static/libogg.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/1.3.x/win32-static/libogg.build b/buildenv/1.3.x/win32-static/libogg.build index 899f503d..f46a0f71 100755 --- a/buildenv/1.3.x/win32-static/libogg.build +++ b/buildenv/1.3.x/win32-static/libogg.build @@ -37,7 +37,7 @@ function prepare { function build { # Generate config_types.h so we can use the MSVS2010 libogg with MinGW. - ./configure --host=i686-pc-mingw32 --prefix=${MUMBLE_SNDFILE_PREFIX} --disable-shared --enable-static + ./configure --host=i686-w64-mingw32 --prefix=${MUMBLE_SNDFILE_PREFIX} --disable-shared --enable-static cd win32/VS2010 cmd /c msbuild.exe libogg_static.sln /p:Configuration=${MUMBLE_BUILD_CONFIGURATION} /p:PlatformToolset=${MUMBLE_VSTOOLSET}