mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
BundleUtilities: Fix bundle verification on Unix by considering rpaths.
This commit is contained in:
parent
ac0786cb9a
commit
10fcef0275
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user