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:
authorChris Want <cwant@ualberta.ca>2005-04-30 21:28:38 +0400
committerChris Want <cwant@ualberta.ca>2005-04-30 21:28:38 +0400
commit194ded126398ad7a784d04eaa9ec5d4fa82826d3 (patch)
treea9aab23bc02a6954d171c17cc55a0be38f55cc4c /intern/SoundSystem
parent26d1346b79d4abba3e08e0fe415e5f49190bde0c (diff)
Weird, make on OS X needs an 'export' for CPPFLAGS to make value
persist when building subdirectories. I wonder why other platforms don't need this? Fixes the openal unresolved symbol issue with NAN_NO_KETSJI.
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