From 3247d7476f65bcc7164764fc373c171c67e813e7 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 9 Dec 2014 22:56:29 +0100 Subject: [build] update import path in makefile As a consequence, imported files not needed at runtime will no longer be packaged. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3fce99..ab5c464 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NAME = luaotfload DOCSRCDIR = ./doc SCRIPTSRCDIR = ./scripts SRCSRCDIR = ./src -FONTLOADERDIR = $(SRCSRCDIR)/fontloader +FONTLOADERDIR = $(SRCSRCDIR)/fontloader/runtime BUILDDIR = ./build MISCDIR = ./misc -- cgit v1.2.3