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:
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 7db3eebf8a9..73278b51f8a 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -150,4 +150,6 @@ ifeq ($(OS),windows)
endif
endif
-LLIBS += $(NAN_SDLLIBS)
+ifneq ($(OS),irix)
+ LLIBS += $(NAN_SDLLIBS)
+endif