From 5b8aee77a2199ab437b3bb32d51b22a0858d2158 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Sun, 9 Feb 2003 20:15:39 +0000 Subject: don't use fmod on darwin --- source/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/Makefile b/source/Makefile index feca7852a91..a7fd1f61697 100644 --- a/source/Makefile +++ b/source/Makefile @@ -351,8 +351,8 @@ else ifeq ($(OS),darwin) NAN_SND_LIBS = $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a NAN_SND_LIBS += $(OCGDIR)/gameengine/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a - NAN_SND_LIBS += $(OCGDIR)/gameengine/FmodSoundSystem/$(DEBUG_DIR)libFmodSoundSystem.a - NAN_SND_LIBS += $(NAN_FMOD)/lib/libfmod.a +# NAN_SND_LIBS += $(OCGDIR)/gameengine/FmodSoundSystem/$(DEBUG_DIR)libFmodSoundSystem.a +# NAN_SND_LIBS += $(NAN_FMOD)/lib/libfmod.a NAN_SND_LIBS += $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a else NAN_SND_LIBS = $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a -- cgit v1.2.3