Correctly export PREFIX to the Lua build system.
This commit is contained in:
parent
3cdceaa700
commit
49dd5724ca
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
|
Loading…
Reference in a new issue