mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
Fix Windows post-build zlib path (Python DLLs folder)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -470,7 +470,7 @@ if(WITH_PYTHON)
|
|||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(EU07_PY_DLL "${Python3_ROOT_DIR}/python314.dll")
|
set(EU07_PY_DLL "${Python3_ROOT_DIR}/python314.dll")
|
||||||
set(EU07_PY_ZLIB "${Python3_ROOT_DIR}/zlib1.dll")
|
set(EU07_PY_ZLIB "${Python3_ROOT_DIR}/DLLs/zlib1.dll")
|
||||||
set(EU07_PY_LIBDIR "${Python3_ROOT_DIR}/Lib")
|
set(EU07_PY_LIBDIR "${Python3_ROOT_DIR}/Lib")
|
||||||
set(EU07_PY_DLLSDIR "${Python3_ROOT_DIR}/DLLs")
|
set(EU07_PY_DLLSDIR "${Python3_ROOT_DIR}/DLLs")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user