You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Static mingw windows build
This commit is contained in:
@@ -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++'])
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user