From 17eac8a60c48569c10b608e77b1451464cc45775 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Sat, 16 Aug 2003 22:28:19 +0000 Subject: [PATCH] allow NAN_SDL etc. to be overridden on OS X --- source/nan_definitions.mk | 6 +++--- 1 file 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