mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -16,7 +16,7 @@ VTUN_BINARY:=vtund
|
||||
VTUN_TARGET_BINARY:=usr/sbin/vtund
|
||||
|
||||
$(DL_DIR)/$(VTUN_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(VTUN_SITE)/$(VTUN_SOURCE)
|
||||
$(call DOWNLOAD,$(VTUN_SITE),$(VTUN_SOURCE))
|
||||
|
||||
vtun-source: $(DL_DIR)/$(VTUN_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user