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
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 /intern/SoundSystem/Makefile
parente3f1ae0d9e737ac009fbf6db51b8a6ac0652dc99 (diff)
don't use fmod on darwin
Diffstat (limited to 'intern/SoundSystem/Makefile')
-rw-r--r--intern/SoundSystem/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 97a65fe9215..84c268bc10c 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -42,9 +42,9 @@ ifeq ($(OS),windows)
DIRS += fmod
DIRS += openal
endif
-ifeq ($(OS),darwin)
- DIRS += fmod
-endif
+#ifeq ($(OS),darwin)
+# DIRS += fmod
+#endif
ifeq ($(OS),freebsd)
DIRS += openal
endif