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:
@@ -19,10 +19,10 @@ endif
|
||||
endif
|
||||
|
||||
$(DL_DIR)/$(LIBFLOAT_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(LIBFLOAT_SITE)/$(LIBFLOAT_SOURCE)
|
||||
$(call DOWNLOAD,$(LIBFLOAT_SITE),$(LIBFLOAT_SOURCE))
|
||||
|
||||
$(DL_DIR)/$(LIBFLOAT_PATCH):
|
||||
$(WGET) -P $(DL_DIR) $(LIBFLOAT_SITE)/$(LIBFLOAT_PATCH)
|
||||
$(call DOWNLOAD,$(LIBFLOAT_SITE),$(LIBFLOAT_PATCH))
|
||||
|
||||
libfloat-source: $(DL_DIR)/$(LIBFLOAT_SOURCE) $(DL_DIR)/$(LIBFLOAT_PATCH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user