Skip to content

Commit

Permalink
Correct python include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Noremos committed Dec 6, 2024
1 parent 977dea1 commit 2b283bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mv premake5 /usr/local/bin/
cd PrjBarlib
premake5 gmake2 --python-include-path=/opt/python/cp313-cp313m/include/python3.13 \
premake5 gmake2 --python-include-path=/opt/python/cp313-cp313m/include \
--python-lib-path=/opt/python/cp313-cp313m/lib \
--python-version=3.13
Expand Down

0 comments on commit 2b283bf

Please sign in to comment.