support custom build configurations

This commit is contained in:
Lephenixnoir 2021-01-02 10:48:06 +01:00
parent 6bc0923556
commit e1b68386ad
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 4 additions and 0 deletions

View File

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