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 @@ BISON_BINARY:=src/bison
|
||||
BISON_TARGET_BINARY:=usr/bin/bison
|
||||
|
||||
$(DL_DIR)/$(BISON_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(BISON_SITE)/$(BISON_SOURCE)
|
||||
$(call DOWNLOAD,$(BISON_SITE),$(BISON_SOURCE))
|
||||
|
||||
bison-source: $(DL_DIR)/$(BISON_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user