Skip to content
Snippets Groups Projects
Commit f7022338 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

mac_package.py + debug message

parent 48df0ff8
No related branches found
No related tags found
1 merge request!2494minor cleanup
Pipeline #138767 passed
......@@ -867,6 +867,7 @@ for dst, lib in pkg.dst_tbl.items():
#-- apply RPATHs
print("\n%s: Add proper RPATHs to the binaries..." % TITLE)
for lib in pkg.dst_tbl.values():
print(f"... lib {lib} has rpaths {lib.rpaths}.")
# eg. RPATHS for 'lib/libA.dylib': ../Library , ../Frameworks/Qt
# eg. install_name_tool libA.so -add_rpath RPATH1 -add_rpath RPATH2 ...
_cmd_list = []
......
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