diff options
Diffstat (limited to '')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -38,7 +38,9 @@ SET STACKSIZE=-Wl,-stack:16777216 | |||
| 38 | SET LFLAGS=%STACKSIZE% | 38 | SET LFLAGS=%STACKSIZE% |
| 39 | 39 | ||
| 40 | :: Python libraries - change to match your local installation | 40 | :: Python libraries - change to match your local installation |
| 41 | SET PYPATH=%userprofile%\AppData\Local\Programs\Python\Python313 | 41 | for /f "delims=" %%i in ('python -c "import sys; print(sys.base_prefix)"') do set PYPATH=%%i |
| 42 | ::SET PYPATH=%userprofile%\AppData\Local\Programs\Python\Python313 | ||
| 43 | |||
| 42 | SET PYINCLUDE=%PYPATH%\include | 44 | SET PYINCLUDE=%PYPATH%\include |
| 43 | SET PYLIBS=%PYPATH%\libs | 45 | SET PYLIBS=%PYPATH%\libs |
| 44 | 46 | ||
