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>2003-07-21 03:26:38 +0400
committerChris Want <cwant@ualberta.ca>2003-07-21 03:26:38 +0400
commit2a4fae99ceca7328398973fc797688d648ee68ea (patch)
tree61778974b4e4d6d6abcc23cb784c08ec294e8e7b
parent85f961bdb4b1904170fe632f8a5a6ef90e64b573 (diff)
sdl stuff modified to work well on irix
-rw-r--r--source/nan_definitions.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 53f66939869..7c3334bc335 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -80,9 +80,12 @@ all debug::
else
export NAN_FTGL ?= $(LCGDIR)/ftgl
endif
- export NAN_SDL ?= $(shell sdl-config --prefix)
- export NAN_SDLLIBS ?= $(shell sdl-config --libs)
- export NAN_SDLCFLAGS ?= $(shell sdl-config --cflags)
+
+ ifneq ($(OS), irix)
+ export NAN_SDL ?= $(shell sdl-config --prefix)
+ export NAN_SDLLIBS ?= $(shell sdl-config --libs)
+ export NAN_SDLCFLAGS ?= $(shell sdl-config --cflags)
+ endif
# Platform Dependent settings go below: