diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-09 22:56:29 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-09 22:56:29 +0100 |
commit | 3247d7476f65bcc7164764fc373c171c67e813e7 (patch) | |
tree | 58a5b6e19b193db633900307cc1289ba8a2dea3c | |
parent | c6d79f40c1fd9ba9401b0f4edc688f29144048df (diff) | |
download | luaotfload-3247d7476f65bcc7164764fc373c171c67e813e7.tar.gz |
[build] update import path in makefile
As a consequence, imported files not needed at runtime will no longer be
packaged.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ NAME = luaotfload DOCSRCDIR = ./doc SCRIPTSRCDIR = ./scripts SRCSRCDIR = ./src -FONTLOADERDIR = $(SRCSRCDIR)/fontloader +FONTLOADERDIR = $(SRCSRCDIR)/fontloader/runtime BUILDDIR = ./build MISCDIR = ./misc |