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.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 1006bf6d9dd..d23de1de998 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -37,6 +37,11 @@ ifdef NAN_DEBUG
LDFLAGS += $(NAN_DEBUG)
endif
+ifdef WITH_FREETYPE2
+ LDFLAGS += -L$(NAN_FREETYPE)/lib -lfreetype
+endif
+
+
DBG_LDFLAGS += -g
ifneq (x$(DEBUG_DIR), x)