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