mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Deploy dynamically loaded NSS libs with OSX bundles
This commit is contained in:
parent
5d0b00589c
commit
8b5553c977
1 changed files with 6 additions and 0 deletions
|
|
@ -421,6 +421,12 @@ for file in $BUILD_ROOT/session_utils/${lower_case_appname}${major_version}-*; d
|
||||||
HAVE_SESSION_UTILS=true
|
HAVE_SESSION_UTILS=true
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# dynamically loaded NSS/SSL libs
|
||||||
|
nsslibs="libsoftokn3.dylib libnsspem.dylib libnssckbi.dylib libfreebl3.dylib libnssdbm3.dylib libplds4.dylib"
|
||||||
|
for nsslib in $nsslibs; do
|
||||||
|
cp $GTKSTACK_ROOT/lib/$nsslib $Frameworks/ || true
|
||||||
|
done
|
||||||
|
|
||||||
# TODO check if this is still needed, even when building on 10.5
|
# TODO check if this is still needed, even when building on 10.5
|
||||||
if file $BUILD_ROOT/gtk2_ardour/ardour-$release_version | grep -q ppc; then
|
if file $BUILD_ROOT/gtk2_ardour/ardour-$release_version | grep -q ppc; then
|
||||||
STDCPP='|libstdc\+\+'
|
STDCPP='|libstdc\+\+'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue