From 38c0e4ab334e570fc46ba1dd9b474d65be6d26eb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 7 Mar 2013 14:43:23 +0000 Subject: [PATCH] and more packaging changes for GTK engines on OS X git-svn-id: svn://localhost/ardour2/branches/3.0@14173 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 4e56ee061b..20800cde02 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -271,10 +271,10 @@ GTK_ENGINE_DIR=$Frameworks/gtkengines/engines mkdir -p $GTK_ENGINE_DIR echo "Copying GTK engines ..." -cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.so $Frameworks +cp $BUILD_ROOT/libs/clearlooks-newer/libclearlooks.dylib $Frameworks (cd $GTK_ENGINE_DIR && ln -s ../../libclearlooks.dylib . && ln -s ../../libclearlooks.dylib libclearlooks.so) -cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.so $Frameworks +cp $GTKSTACK_ROOT/lib/gtk-2.0/2.10.0/engines/libpixmap.dylib $Frameworks (cd $GTK_ENGINE_DIR && ln -s ../../libpixmap.dylib . && ln -s ../../libpixmap.dylib libpixmap.so)