From e1b68386ad154d4624097e2df254028f2b9a8112 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sat, 2 Jan 2021 10:48:06 +0100 Subject: [PATCH] support custom build configurations --- giteapc.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/giteapc.make b/giteapc.make index db0a56c..935f916 100644 --- a/giteapc.make +++ b/giteapc.make @@ -3,6 +3,10 @@ PREFIX ?= $(GITEAPC_PREFIX) VERSION = 2.35.1 +ifneq ($(GITEAPC_CONFIG),) +include giteapc-config-$(GITEAPC_CONFIG).make +endif + configure: @ ./configure.sh $(VERSION)