mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-17 22:39:17 +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)
|
||||
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_DLLSDIR "${Python3_ROOT_DIR}/DLLs")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user