support custom build configurations

This commit is contained in:
Lephenixnoir 2021-01-02 10:48:06 +01:00
parent 6bc0923556
commit e1b68386ad
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

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)