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 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 3158498ba8f..8b614e17e34 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -400,7 +400,7 @@ else
endif
endif
else
- ifeq ($(OS),darwin)
+ ifeq ($(OS),$(findstring $(OS), "darwin solaris"))
NAN_SND_LIBS = $(SOUNDSYSTEM)
NAN_SND_LIBS += $(DUMMYSOUND)
NAN_SND_LIBS += $(OPENALSOUND)