From d56085060908f50be5f49021b04093596004b777 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 28 Jan 2009 15:09:36 +0000 Subject: AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4456 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 3e77194e6c..1e5cd9bcfc 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -322,7 +322,7 @@ done echo "Fixing up library names ..." # now do the same for all the libraries we include -for dylib in $Frameworks/*.dylib $Frameworks/modules/*.so $Surfaces/*.dylib ; do +for dylib in $Frameworks/*.so $Frameworks/*.dylib $Frameworks/modules/*.so $Surfaces/*.dylib ; do # skip symlinks if test ! -L $dylib ; then @@ -360,7 +360,7 @@ if [ x$SAE != x ] ; then echo "Creating SAE packaging directory" rm -rf $SAE_PKG_DIR mkdir $SAE_PKG_DIR - mv Ardour2.app $SAE_PKG_DIR + mv Ardour2.app $SAE_PKG_DIR/Ardour2-SAE.app cp HowToInstallArdourSAE.pdf "$SAE_PKG_DIR/How To Install Ardour SAE.pdf" cp SAE-de-keypad.pdf "$SAE_PKG_DIR/Ardour SAE Shortcuts (keypad).pdf" cp SAE-de-nokeypad.pdf "$SAE_PKG_DIR/Ardour SAE Shortcuts.pdf" -- cgit v1.2.3