summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-12-09 22:56:29 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-12-09 22:56:29 +0100
commit3247d7476f65bcc7164764fc373c171c67e813e7 (patch)
tree58a5b6e19b193db633900307cc1289ba8a2dea3c /Makefile
parentc6d79f40c1fd9ba9401b0f4edc688f29144048df (diff)
downloadluaotfload-3247d7476f65bcc7164764fc373c171c67e813e7.tar.gz
[build] update import path in makefile
As a consequence, imported files not needed at runtime will no longer be packaged.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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