mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
github packages: use tarball download via github helper iso git clone
Tarball download from github is preferred, because: - download size is smaller - git clone may be blocked in some corporate environments Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
220490ceae
commit
ce6b23a2ee
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
CPPZMQ_VERSION = 235803740753312576495301ebf5b8ed76407173
|
||||
CPPZMQ_SITE = git://github.com/zeromq/cppzmq.git
|
||||
CPPZMQ_SITE = $(call github,zeromq,cppzmq,$(CPPZMQ_VERSION))
|
||||
CPPZMQ_INSTALL_STAGING = YES
|
||||
CPPZMQ_DEPENDENCIES = zeromq
|
||||
CPPZMQ_LICENSE = MIT
|
||||
|
||||
Reference in New Issue
Block a user