diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 094a745a9..7c2399726 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/AMBuildScript b/AMBuildScript index e597b1d2e..1baeb1e94 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -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':