Bundle the dylibs where the code signer can find them
This commit is contained in:
parent
32f478ac05
commit
895e8f2a64
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function(bundle_dylibs NAME PATH)
|
|||
return()
|
||||
endif()
|
||||
|
||||
set(_relative_libdir "../libs")
|
||||
set(_relative_libdir "../Frameworks")
|
||||
|
||||
get_filename_component(_dir "${PATH}" DIRECTORY)
|
||||
set(_dir "${_dir}/${_relative_libdir}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue