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:
@@ -12,7 +12,7 @@ LIBEVENT_BINARY:=libevent.la
|
||||
LIBEVENT_TARGET_BINARY:=usr/lib/libevent.so
|
||||
|
||||
$(DL_DIR)/$(LIBEVENT_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(LIBEVENT_SITE)/$(LIBEVENT_SOURCE)
|
||||
$(call DOWNLOAD,$(LIBEVENT_SITE),$(LIBEVENT_SOURCE))
|
||||
|
||||
libevent-source: $(DL_DIR)/$(LIBEVENT_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user