1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +00:00

(svn r2457) -Fix: typo in Makefile for OSX builds

This commit is contained in:
truelight
2005-06-18 10:02:47 +00:00
parent d90840f7f8
commit 7721a2efe4

View File

@@ -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/"