Skip to content
Snippets Groups Projects
Commit 10fcef02 authored by Florian Apolloner's avatar Florian Apolloner Committed by Brad King
Browse files

BundleUtilities: Fix bundle verification on Unix by considering rpaths.

parent ac0786cb
No related branches found
No related tags found
No related merge requests found
......@@ -1008,7 +1008,8 @@ function(verify_bundle_prerequisites bundle result_var info_var)
endif()
if(NOT ignoreFile)
get_prerequisites("${f}" prereqs 1 1 "${exepath}" "")
get_item_rpaths(${f} _main_exe_rpaths)
get_prerequisites("${f}" prereqs 1 1 "${exepath}" "${_main_exe_rpaths}")
# On the Mac,
# "embedded" and "system" prerequisites are fine... anything else means
......
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