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, 4 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 1006bf6d9dd..1513a8cc0ab 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -80,6 +80,10 @@ endif
ifeq ($(OS),irix)
LLIBS = -lmovieGL -lGLU -lGL -lXmu -lXext -lX11 -lc -lm -ldmedia
LLIBS += -lcl -laudio -ldb -lCio -lz -woff 84,171
+ ifeq ($(INTERNATIONAL), true)
+ LLIBS += -L$(NAN_FREETYPE)/lib32 -lfreetype
+ LLIBS += -L$(NAN_ICONV)/lib32 -lintl
+ endif
DYNLDFLAGS = -shared $(LDFLAGS)
endif