summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-05-16 00:04:01 +0000
committerbjarni <bjarni@openttd.org>2005-05-16 00:04:01 +0000
commitfd9d6e2fc65281affa6ab6e635a247b56cfdf954 (patch)
tree422b3fce2b43d224a06ab05d6783253a527ab4b3
parentd006bd358f5b41c796139d84760c9fa724da7474 (diff)
downloadopenttd-fd9d6e2fc65281affa6ab6e635a247b56cfdf954.tar.xz
(svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 519392524..a79551a15 100644
--- a/Makefile
+++ b/Makefile
@@ -778,7 +778,7 @@ quiet_cmd_cxx_compile = '===> Compiling $<'
ifdef OSX
OSX:=OSX
-OSX_MIDI_PLAYER_FILE:=os/macosx/OpenTTDMidi.class
+OSX_MIDI_PLAYER_FILE:=os/macos/OpenTTDMidi.class
endif