summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-06-18 10:02:47 +0000
committertruelight <truelight@openttd.org>2005-06-18 10:02:47 +0000
commitd6cd0bdcac85df39e5339a82834b98e2afda6e3f (patch)
treecb052a105f574eea54caab9ee2141b6770a2deac
parent84655ddb152ee8cb35c135a5cc0703471a43028a (diff)
downloadopenttd-d6cd0bdcac85df39e5339a82834b98e2afda6e3f.tar.xz
(svn r2457) -Fix: typo in Makefile for OSX builds
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22cfb5395..5657b46a5 100644
--- a/Makefile
+++ b/Makefile
@@ -497,7 +497,7 @@ endif
# 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/"