Skip to content

Commit

Permalink
buildenv/1.3.x/win32-static: update libogg to use i686-w64-mingw32 in…
Browse files Browse the repository at this point in the history
…stead of i686-pc-mingw32.
  • Loading branch information
mkrautz committed Mar 25, 2017
1 parent 97235e3 commit 4e05eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/1.3.x/win32-static/libogg.build
Expand Up @@ -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}
Expand Down

0 comments on commit 4e05eff

Please sign in to comment.