Skip to content

Commit

Permalink
updated ftdichip tarball download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brentr committed Feb 19, 2024
1 parent 17c18e3 commit 638b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CFLAGS += $(MACHINE)
all: ftd2xx.dll.so libftd2xx.def

$(TARBALL):
wget https://www.ftdichip.com/Drivers/D2XX/Linux/${TARBALL}
wget https://www.ftdichip.com/Driver/D2XX/Linux/${TARBALL}
touch -t 1201010000 $(TARBALL) #we want this file to look old!

$(ARCHIVE) $(IDIR)/ftd2xx.h: $(TARBALL)
Expand Down

0 comments on commit 638b711

Please sign in to comment.