mirror of
https://github.com/ModOrganizer2/cmake_common.git
synced 2026-07-27 14:06:46 -07:00
Create libdir for Python if it does not exists to avoid fail install.
This commit is contained in:
@@ -128,6 +128,8 @@ function(mo2_python_requirements MO2_TARGET)
|
||||
|
||||
add_dependencies(${MO2_TARGET} "${MO2_TARGET}_libs")
|
||||
|
||||
file(MAKE_DIRECTORY "${lib_dir}")
|
||||
|
||||
install(
|
||||
DIRECTORY "${lib_dir}"
|
||||
DESTINATION "${MO2_INSTALL_PATH}/bin/plugins/${MO2_TARGET}"
|
||||
|
||||
Reference in New Issue
Block a user