From fd9d6e2fc65281affa6ab6e635a247b56cfdf954 Mon Sep 17 00:00:00 2001 From: bjarni Date: Mon, 16 May 2005 00:04:01 +0000 Subject: [PATCH] (svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5193925240..a79551a156 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