From 3e11c4e63b2fd1e9d25cb1190e2dda1080f5942b Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Sat, 18 Jan 2020 11:58:38 -0700 Subject: Fix: T71159 missing python3.dll File got forgotten during the last repack of python. --- source/creator/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 98cfe53592e..d2af282f9a4 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -686,12 +686,14 @@ elseif(WIN32) if(NOT CMAKE_COMPILER_IS_GNUCC) install( FILES ${LIBDIR}/python/${_PYTHON_VERSION_NO_DOTS}/bin/python${_PYTHON_VERSION_NO_DOTS}.dll + ${LIBDIR}/python/${_PYTHON_VERSION_NO_DOTS}/bin/python3.dll DESTINATION "." CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel ) install( FILES ${LIBDIR}/python/${_PYTHON_VERSION_NO_DOTS}/bin/python${_PYTHON_VERSION_NO_DOTS}_d.dll + ${LIBDIR}/python/${_PYTHON_VERSION_NO_DOTS}/bin/python3_d.dll DESTINATION "." CONFIGURATIONS Debug ) -- cgit v1.2.3