Skip to content

Commit

Permalink
Add Precompiled Python Binaries To ERS (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 11, 2022
1 parent 7a6c857 commit ac772af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Third-Party/Python3.9/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ac772af

Please sign in to comment.