support custom build configurations

This commit is contained in:
Lephenixnoir 2021-01-02 10:48:24 +01:00
parent e2a9744f1e
commit 2e85c7fbc4
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 4 additions and 0 deletions

View File

@ -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)