From 49dd5724ca3c0116ce213d08ce894620a570be72 Mon Sep 17 00:00:00 2001 From: David Given Date: Wed, 28 Dec 2016 19:16:15 +0000 Subject: [PATCH] Correctly export PREFIX to the Lua build system. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4399f0c28..59b4e1a57 100644 --- a/Makefile +++ b/Makefile @@ -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) -- 2.34.1