diff options
author | bjarni <bjarni@openttd.org> | 2005-05-16 00:04:01 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-05-16 00:04:01 +0000 |
commit | 2bc9764fcfa148a67bce1ceb109ef611013c2556 (patch) | |
tree | 422b3fce2b43d224a06ab05d6783253a527ab4b3 | |
parent | 7dc5c5d1b10ef27dcb0932e29fa34d783ecdaeff (diff) | |
download | openttd-2bc9764fcfa148a67bce1ceb109ef611013c2556.tar.xz |
(svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |