Create libdir for Python if it does not exists to avoid fail install.

This commit is contained in:
Mikaël Capelle
2022-04-28 18:26:45 +02:00
parent 9984040eaf
commit 0c96e2cc21
+2
View File
@@ -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}"