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:
@@ -14,10 +14,10 @@ FLEX_BINARY:=flex
|
||||
FLEX_TARGET_BINARY:=usr/bin/flex
|
||||
|
||||
$(DL_DIR)/$(FLEX_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(FLEX_SITE)/$(FLEX_SOURCE)
|
||||
$(call DOWNLOAD,$(FLEX_SITE),$(FLEX_SOURCE))
|
||||
|
||||
$(DL_DIR)/$(FLEX_PATCH):
|
||||
$(WGET) -P $(DL_DIR) $(FLEX_SITE)/$(FLEX_PATCH)
|
||||
$(call DOWNLOAD,$(FLEX_SITE),$(FLEX_PATCH))
|
||||
|
||||
flex-source: $(DL_DIR)/$(FLEX_SOURCE) $(DL_DIR)/$(FLEX_PATCH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user