Skip to content

Commit

Permalink
Apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Sep 25, 2023
1 parent 47cfd5a commit ea970d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ def run(self):
shutil.copy(mpg123_dll, build_output_path)
shutil.copy(sndfile_dll, build_output_path)
shutil.copy(openal_dll, build_output_path)

python_root_dir = os.path.dirname(sys.executable)
cmake_arg_list.append(f"-DPython_ROOT_DIR={python_root_dir}")
cmake_arg_list.append("-DPython_FIND_STRATEGY=LOCATION")

# Manually specified artifacts
#python_executable = sys.executable
#python_include = sysconfig.get_python_inc()
#python_standard_lib = sysconfig.get_python_lib(standard_lib=True)
# Manually specified artifacts
# python_executable = sys.executable
# python_include = sysconfig.get_python_inc()
# python_standard_lib = sysconfig.get_python_lib(standard_lib=True)

if os.path.exists("CMakeCache.txt"):
os.remove("CMakeCache.txt")
Expand Down

0 comments on commit ea970d2

Please sign in to comment.