From 74c6ad4e15614183acd6a6c97e43b43e8aeb2115 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 8 May 2012 15:25:57 +0000 Subject: define ARDOUR_{MIDIMAPS,MCP}_PATH for bundles and for ./ardev and its cousins, so that we can find MIDI and Mackie support files git-svn-id: svn://localhost/ardour2/branches/3.0@12211 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/osx_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index b4f78f9c6a..4a4e8847d3 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -101,6 +101,7 @@ Plugins=$APPROOT/Plugins Surfaces=$APPROOT/Surfaces Panners=$APPROOT/Panners MidiMaps=$APPROOT/MidiMaps +MCP=$APPROOT/MCP ExportFormats=$APPROOT/ExportFormats Templates=$APPROOT/Templates Shared=$Resources/share @@ -306,6 +307,9 @@ done) # MIDI maps cp ../../midi_maps/*.map $MidiMaps +# Mackie support files +cp ../../mcp/*.{device,profile} $MCP + # VAMP plugins that we use cp $BUILD_ROOT/libs/vamp-plugins/libardourvampplugins.dylib $Frameworks -- cgit v1.2.3