From ac772af1294c1b4b9c710a3abe41b2d34c43ed6a Mon Sep 17 00:00:00 2001 From: datacrystals Date: Mon, 11 Apr 2022 06:17:02 +0000 Subject: [PATCH] Add Precompiled Python Binaries To ERS (#147) --- Third-Party/Python3.9/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Third-Party/Python3.9/CMakeLists.txt b/Third-Party/Python3.9/CMakeLists.txt index 3240f3520e..f4402e648f 100644 --- a/Third-Party/Python3.9/CMakeLists.txt +++ b/Third-Party/Python3.9/CMakeLists.txt @@ -3,7 +3,7 @@ ERSBuildLogger(${Green} "Setting Up Python Libraries") if (WIN32) ERSBuildLogger(${Green} "Copying Python Embedded Library") - file(COPY "${LIB_DIR}/Python3.9/Binaries" DESTINATION "${BIN_DIR}/") + file(COPY "${LIB_DIR}/Python3.9/Binaries/" DESTINATION "${BIN_DIR}/") ERSBuildLogger(${BoldGreen} "Finished Copying Python Embedded Library") else () ERSBuildLogger(${BoldGreen} "Python Libraries Will Not Be Copied On Linux, Please Install Python Using Your Package Manager")