mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 08:59:09 +00:00
(svn r2457) -Fix: typo in Makefile for OSX builds
This commit is contained in:
2
Makefile
2
Makefile
@@ -497,7 +497,7 @@ endif
|
|||||||
# MIDI setup
|
# MIDI setup
|
||||||
ifdef OSX
|
ifdef OSX
|
||||||
ifndef MIDI
|
ifndef MIDI
|
||||||
MIDI:=$(OSXAPP)/Contents/macosx/track_starter
|
MIDI:=$(OSXAPP)/Contents/MacOS/track_starter
|
||||||
endif
|
endif
|
||||||
ifndef SECOND_DATA_PATH
|
ifndef SECOND_DATA_PATH
|
||||||
SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"
|
SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"
|
||||||
|
Reference in New Issue
Block a user