From 038a19ce6c357fb4541cda6169339c57d6fe473e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 12 Sep 2022 15:45:54 +0200 Subject: Fix macOS incomplete Python install after recent changes After 2c23b4e0bff0 the meaning of PYTHON_LIBPATH changed. --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index b228c8d9ac1..eee64b97e82 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -1173,7 +1173,7 @@ elseif(APPLE) if(WITH_PYTHON AND NOT WITH_PYTHON_MODULE AND NOT WITH_PYTHON_FRAMEWORK) # Copy the python libraries into the install directory. install_dir( - ${PYTHON_LIBPATH} + ${PYTHON_LIBPATH}/python${PYTHON_VERSION} ${TARGETDIR_VER}/python/lib ) -- cgit v1.2.3