summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-06-04 15:15:21 +0200
committerRobin Gareus <robin@gareus.org>2019-06-04 15:15:21 +0200
commitd3343700ded6086cd47b10ebe8b900988ef25068 (patch)
tree1d421d3bf95528bba383651478fe7d0bf75a6bb7 /tools/osx_packaging
parent9aff22a9d2245fe86c9c19ee5dda44b91a1e14e4 (diff)
Package commandline Lua-session tool
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 08f47e5cd6..15bc3a47cd 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -428,6 +428,16 @@ for file in $BUILD_ROOT/session_utils/${lower_case_appname}${major_version}-*; d
HAVE_SESSION_UTILS=true
done
+if test -x $BUILD_ROOT/tools/luadevel/luasession; then
+ BN=${lower_case_appname}${major_version}-lua
+ cp -v $BUILD_ROOT/tools/luadevel/luasession $Frameworks/$BN
+ if test x$STRIP = xall ; then
+ strip -s $Frameworks/${BN}
+ fi
+ ln -s ../lib/ardour-util.sh ${APPROOT}/MacOS/${BN}
+ HAVE_SESSION_UTILS=true
+fi
+
# dynamically loaded NSS/SSL libs
nsslibs="libsoftokn3.dylib libnsspem.dylib libnssckbi.dylib libfreebl3.dylib libnssdbm3.dylib libplds4.dylib"
for nsslib in $nsslibs; do