16
0
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:
maj00r
2026-05-11 18:25:01 +02:00
parent 4258af45dd
commit 996cc68822

View File

@@ -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()