Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79871eac79 |
@@ -217,6 +217,7 @@ class SteamWorksConfig(object):
|
||||
cxx.linkflags += ['-static-libgcc']
|
||||
elif cxx.family == 'clang':
|
||||
cxx.linkflags += ['-lgcc_eh']
|
||||
cxx.linkflags += ['-static-libstdc++']
|
||||
elif cxx.target.platform == 'windows':
|
||||
cxx.defines += ['WIN32', '_WINDOWS']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user