Skip to content
Snippets Groups Projects
Commit 299c46ae authored by Ammar Nejati's avatar Ammar Nejati
Browse files

FixPack.cmake: Execute the script `adjust_pkg_linux.sh`

parent 0fc3150a
No related branches found
No related tags found
1 merge request!864Produce a self-contained self-extracting package for BornAgain GUI on Linux
...@@ -22,6 +22,8 @@ endfunction(addPyWheel) ...@@ -22,6 +22,8 @@ endfunction(addPyWheel)
if(LINUX) if(LINUX)
addPyWheel("${pkg_root}/@destination_pypackage@") addPyWheel("${pkg_root}/@destination_pypackage@")
execute_process(COMMAND bash
"@BUILD_VAR_DIR@/adjust_pkg_linux.sh" "${pkg_root}")
elseif(APPLE) elseif(APPLE)
addPyWheel("${pkg_root}/@destination_pypackage@") addPyWheel("${pkg_root}/@destination_pypackage@")
execute_process(COMMAND zsh "@BUILD_VAR_DIR@/adjust_mac_bundle.zsh" execute_process(COMMAND zsh "@BUILD_VAR_DIR@/adjust_mac_bundle.zsh"
......
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