Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79871eac79 | ||
|
|
25108a5296 |
@@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Python (Windows)
|
- name: Setup Python (Windows)
|
||||||
if: matrix.target.os_name == 'windows'
|
if: matrix.target.os_name == 'windows'
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|
||||||
|
|||||||
@@ -217,6 +217,7 @@ class SteamWorksConfig(object):
|
|||||||
cxx.linkflags += ['-static-libgcc']
|
cxx.linkflags += ['-static-libgcc']
|
||||||
elif cxx.family == 'clang':
|
elif cxx.family == 'clang':
|
||||||
cxx.linkflags += ['-lgcc_eh']
|
cxx.linkflags += ['-lgcc_eh']
|
||||||
|
cxx.linkflags += ['-static-libstdc++']
|
||||||
elif cxx.target.platform == 'windows':
|
elif cxx.target.platform == 'windows':
|
||||||
cxx.defines += ['WIN32', '_WINDOWS']
|
cxx.defines += ['WIN32', '_WINDOWS']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user