Pass DEFAULT_PLATFORM to ackbuilder so util/ack sees it.
This commit is contained in:
parent
d82df74a7a
commit
7347cc64e4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -88,6 +88,7 @@ $(BUILDDIR)/build.$(BUILDSYSTEM): first/ackbuilder.lua Makefile $(BUILD_FILES) $
|
|||
@$(LUA) first/ackbuilder.lua \
|
||||
first/build.lua build.lua \
|
||||
--$(BUILDSYSTEM) \
|
||||
DEFAULT_PLATFORM=$(DEFAULT_PLATFORM) \
|
||||
OBJDIR=$(OBJDIR) \
|
||||
BINDIR=$(BINDIR) \
|
||||
LIBDIR=$(LIBDIR) \
|
||||
|
|
Loading…
Reference in a new issue