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
path: root/source
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-08-17 02:28:19 +0400
committerStefan Gartner <stefang@aon.at>2003-08-17 02:28:19 +0400
commit17eac8a60c48569c10b608e77b1451464cc45775 (patch)
tree31d70c7473f818d92ab957a1f729667b3a6c40c5 /source
parent15c996b4715fcf00fe033a665de8b6ea79d25544 (diff)
allow NAN_SDL etc. to be overridden on OS X
Diffstat (limited to 'source')
-rw-r--r--source/nan_definitions.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 40c7e2d78f2..ae2f02d2aa3 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -142,9 +142,9 @@ all debug::
export NAN_NSPR ?= $(LCGDIR)/nspr
export NAN_FREETYPE ?= /sw
export NAN_GETTEXT ?= $(LCGDIR)/gettext
- export NAN_SDL = $(LCGDIR)/sdl
- export NAN_SDLCFLAGS = -I$(NAN_SDL)/include
- export NAN_SDLLIBS = $(NAN_SDL)/lib/libSDL.a -framework Cocoa
+ export NAN_SDL ?= $(LCGDIR)/sdl
+ export NAN_SDLCFLAGS ?= -I$(NAN_SDL)/include
+ export NAN_SDLLIBS ?= $(NAN_SDL)/lib/libSDL.a -framework Cocoa
# Uncomment the following line to use Mozilla inplace of netscape
# CPPFLAGS +=-DMOZ_NOT_NET