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:
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