Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-02-09 23:15:39 +0300
committerStefan Gartner <stefang@aon.at>2003-02-09 23:15:39 +0300
commit5b8aee77a2199ab437b3bb32d51b22a0858d2158 (patch)
treec5cf396ec0c7ca0b0d1e5afb0657575fe200f5b6 /source
parente3f1ae0d9e737ac009fbf6db51b8a6ac0652dc99 (diff)
don't use fmod on darwin
Diffstat (limited to 'source')
-rw-r--r--source/Makefile4
1 files changed, 2 insertions, 2 deletions
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