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/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 0aa46de4b74..926001c1aab 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -47,10 +47,7 @@ ifneq ($(NAN_NO_OPENAL),true)
ifeq ($(OS),darwin)
DIRS += openal
endif
- ifeq ($(OS),freebsd)
- DIRS += openal sdl
- endif
- ifeq ($(OS),$(findstring $(OS), "linux"))
+ ifeq ($(OS),$(findstring $(OS), "linux freebsd solaris"))
DIRS += openal sdl
endif
else