mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +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
|
||||
- uses: actions/setup-python@v5
|
||||
name: Setup Python 3.8
|
||||
name: Setup Python 3.9
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.9
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
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.compiler.cxxincludes += [ os.path.join(public_path, 'safetyhook', 'include') ]
|
||||
|
||||
#help(self.libsafetyhook)
|
||||
for task in self.libsafetyhook:
|
||||
if task.target.arch == binary.compiler.target.arch:
|
||||
if task.target.platform == 'windows':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user