From 7347cc64e47415f9212c1dfb9c0fe9b86e981104 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Fri, 11 Nov 2016 17:05:50 -0500 Subject: [PATCH] Pass DEFAULT_PLATFORM to ackbuilder so util/ack sees it. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 635650bc4..febd87aff 100644 --- a/Makefile +++ b/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) \ -- 2.34.1