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.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index d23de1de998..a730e9a8426 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -68,6 +68,9 @@ ifeq ($(OS),darwin)
endif
LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries
DBG_LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Libraries
+ ifeq ($(INTERNATIONAL), true)
+ LDFLAGS += -L$(NAN_GETTEXT)/lib -liconv
+ endif
endif
ifeq ($(OS),freebsd)