(svn r2457) -Fix: typo in Makefile for OSX builds
authortruelight
Sat, 18 Jun 2005 10:02:47 +0000
changeset 1951 e2411936f1ff
parent 1950 aeb6067adc30
child 1952 ad89ff734571
(svn r2457) -Fix: typo in Makefile for OSX builds
Makefile
--- a/Makefile	Fri Jun 17 17:11:05 2005 +0000
+++ b/Makefile	Sat Jun 18 10:02:47 2005 +0000
@@ -497,7 +497,7 @@
 # MIDI setup
 ifdef OSX
 ifndef MIDI
-MIDI:=$(OSXAPP)/Contents/macosx/track_starter
+MIDI:=$(OSXAPP)/Contents/MacOS/track_starter
 endif
 ifndef SECOND_DATA_PATH
 SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"