mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Bump python from 3.8 to 3.9
This commit is contained in:
parent
6dd35916ff
commit
e9f83a8c2f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
|||||||
|
|
||||||
# Setup Python for AMBuild
|
# Setup Python for AMBuild
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
name: Setup Python 3.8
|
name: Setup Python 3.9
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.9
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
|
|||||||
@ -534,7 +534,6 @@ class SMConfig(object):
|
|||||||
binary.sources += [ os.path.join(public_path, 'CDetour', 'detours.cpp') ]
|
binary.sources += [ os.path.join(public_path, 'CDetour', 'detours.cpp') ]
|
||||||
binary.compiler.cxxincludes += [ os.path.join(public_path, 'safetyhook', 'include') ]
|
binary.compiler.cxxincludes += [ os.path.join(public_path, 'safetyhook', 'include') ]
|
||||||
|
|
||||||
#help(self.libsafetyhook)
|
|
||||||
for task in self.libsafetyhook:
|
for task in self.libsafetyhook:
|
||||||
if task.target.arch == binary.compiler.target.arch:
|
if task.target.arch == binary.compiler.target.arch:
|
||||||
if task.target.platform == 'windows':
|
if task.target.platform == 'windows':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user