Static mingw windows build
This commit is contained in:
parent
2760a81b0b
commit
5429118f83
1 changed files with 6 additions and 4 deletions
|
@ -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++'])
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue