Correctly export PREFIX to the Lua build system.

This commit is contained in:
David Given 2016-12-28 19:16:15 +00:00
parent 3cdceaa700
commit 49dd5724ca

View file

@ -96,6 +96,7 @@ $(BUILDDIR)/build.$(BUILDSYSTEM): first/ackbuilder.lua Makefile $(BUILD_FILES) $
INSDIR=$(INSDIR) \
PLATIND=$(PLATIND) \
PLATDEP=$(PLATDEP) \
PREFIX=$(PREFIX) \
AR=$(AR) \
CC=$(CC) \
> $(BUILDDIR)/build.$(BUILDSYSTEM)