Bundle the dylibs where the code signer can find them

This commit is contained in:
Jean Pierre Cimalando 2020-11-14 13:57:20 +01:00
parent 32f478ac05
commit 895e8f2a64

View file

@ -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}")