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:
authorTon Roosendaal <ton@blender.org>2004-12-09 16:46:38 +0300
committerTon Roosendaal <ton@blender.org>2004-12-09 16:46:38 +0300
commitadd697407af6e71f62744aa47141ffc0a8f24e1a (patch)
treeac2d40279610337ce3f5a8e1b321b776f89925f9 /source/Makefile
parent175491deb4d972a6fad5e975f48b2e167ef34a89 (diff)
Bug fix #1995
Unpacking a file with packed sounds didn't save the samples... was due to *very* weird method samples were put in Blender.
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 6af0ec6aac0..27ff63c7445 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -401,7 +401,7 @@ else
NAN_SND_LIBS += $(NAN_OPENAL)/lib/libopenal.a
NAN_SND_LIBS += $(SOUNDSYSTEM)
else
- ifeq ($OS),solaris)
+ ifeq ($(OS), solaris)
NAN_SND_LIBS = $(SOUNDSYSTEM)
NAN_SND_LIBS += $(DUMMYSOUND)
NAN_SND_LIBS += $(OPENALSOUND)