summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-23 18:47:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-23 18:47:16 +0000
commit91bd62c75a4c0289731b19109c9aa8b78ece2fa4 (patch)
tree9efdb4e77db563478fd822577b602cbdbd255c68 /tools
parent63736baaa170362d37a0b9a3d9c163d114095c8a (diff)
OSX build fixes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2957 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index ff08c7e933..4160b07d56 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -107,7 +107,6 @@ if test x$WITH_JACK != x ; then
cp /usr/local/lib/jack/jack_coreaudio.so $Frameworks
cp /usr/local/bin/jackd $APPROOT/MacOS
fi
-cp ../../gtk2_ardour/evtest $APPROOT/MacOS/gtkevents
cp -R $GTKQUARTZ_ROOT/etc/* $Etc
echo "Copying all Pango modules ..."
@@ -203,7 +202,7 @@ done
# now fix up the executables
echo "Fixing up executable dependency names ..."
-executables="Ardour2 gtkevents"
+executables="Ardour2"
if test x$WITH_JACK != x ; then
executables="$executables jackd"
fi