We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904e203 commit 6083c64Copy full SHA for 6083c64
release.mk
@@ -802,6 +802,8 @@ DIRS += $(OOCD_BUILD_DIR_WIN)
802
#
803
# Libusb for Windows
804
805
+$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2: | $(BUILD_DIR)
806
+
807
$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2:
808
$(WGET) $(WGETFLAGS) -O $@ 'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2?r=&use_mirror='
809
0 commit comments