From 8ac21cb40a668ddd78e6ebead904c819296b824e Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Fri, 27 Sep 2019 22:59:08 +0200 Subject: fix:wrong python pdb copied for Windows-VS when building for pydebug --- source/creator/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/creator/CMakeLists.txt') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 85b6f24a269..8fb4d2905f4 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -748,13 +748,13 @@ elseif(WIN32) if(WINDOWS_PYTHON_DEBUG) install( - FILES ${LIBDIR}/python/lib/python${_PYTHON_VERSION_NO_DOTS}.pdb + FILES ${LIBDIR}/python/37/libs/python${_PYTHON_VERSION_NO_DOTS}.pdb DESTINATION "." CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel ) install( - FILES ${LIBDIR}/python/lib/python${_PYTHON_VERSION_NO_DOTS}_d.pdb + FILES ${LIBDIR}/python/37/libs/python${_PYTHON_VERSION_NO_DOTS}_d.pdb DESTINATION "." CONFIGURATIONS Debug ) -- cgit v1.2.3