Merge pull request #460 from marynate/PR-static-mingw-build

Static mingw windows 32bit build - In any case, i think this depends on the version of mingw you have installed.
This commit is contained in:
reduz 2014-06-11 01:19:18 -03:00
commit 2bf34875de

View File

@ -147,6 +147,8 @@ def configure(env):
env['LIBSUFFIX'] = ".32"+env['LIBSUFFIX']
env.Append(CCFLAGS=['-m32'])
env.Append(LINKFLAGS=['-m32'])
env.Append(LINKFLAGS=['-static-libgcc'])
env.Append(LINKFLAGS=['-static-libstdc++'])