Skip to content
Snippets Groups Projects
Commit 8b196dae authored by AlQuemist's avatar AlQuemist
Browse files

FixPack.cmake.in: configure mk_mac_package.py

parent 25b55daa
No related branches found
No related tags found
3 merge requests!2050rebase main on r21/v21.1,!2047<root>/CMakeLists.txt: add 'BornAgain_LIBRARIES' cached variable to store...,!1988Migrate to pyenv Python Platform; Fix MacOS package (Major change)
......@@ -33,7 +33,8 @@ if(LINUX)
"@BUILD_VAR_DIR@/adjust_pkg_linux.sh" "${pkg_root}")
elseif(APPLE)
addPyWheel("${pkg_root}/@destination_pypackage@")
execute_process(COMMAND zsh "@BUILD_VAR_DIR@/adjust_mac_bundle.zsh"
message("FixPack: @Python3_EXECUTABLE@ '@BUILD_VAR_DIR@/mk_mac_package.py' '${pkg_root}/@destination_root@'")
execute_process(COMMAND "@Python3_EXECUTABLE@" "@BUILD_VAR_DIR@/mk_mac_package.py"
"${pkg_root}/@destination_root@")
elseif(WIN32)
addPyWheel("${pkg_root}/@destination_pypackage@")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment