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')
-rw-r--r--intern/SoundSystem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 926001c1aab..757301e4a35 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -51,7 +51,7 @@ ifneq ($(NAN_NO_OPENAL),true)
DIRS += openal sdl
endif
else
- CPPFLAGS += -DNO_SOUND
+ export CPPFLAGS += -DNO_SOUND
endif
include nan_subdirs.mk