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.
This commit is contained in:
Chris Want 2005-04-30 17:28:38 +00:00
parent 26d1346b79
commit 194ded1263

@ -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