mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ DMALLOC_BINARY:=dmalloc
|
||||
DMALLOC_TARGET_BINARY:=usr/bin/dmalloc
|
||||
|
||||
$(DL_DIR)/$(DMALLOC_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(DMALLOC_SITE)/$(DMALLOC_SOURCE)
|
||||
$(call DOWNLOAD,$(DMALLOC_SITE),$(DMALLOC_SOURCE))
|
||||
|
||||
dmalloc-source: $(DL_DIR)/$(DMALLOC_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user