From: Diego Elio Pettenò Date: Tue, 2 Jun 2020 09:06:33 +0000 (+0100) Subject: Update Autotools Mythbuster link to avoid multiple redirects. X-Git-Tag: v1.5rc1~2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c4d4d65ccb1f093da63d7d20b5e5054048d7f139;p=libftdi Update Autotools Mythbuster link to avoid multiple redirects. While I'm hoping to maintain the chain of redirects for the foreseeable future, it makes sense to point at the final URL now that Autotools Mythuster has had its domain for a long while. Signed-off-by: Diego Elio Pettenò --- diff --git a/README.mingw b/README.mingw index 771204c..5b9e65c 100644 --- a/README.mingw +++ b/README.mingw @@ -1,6 +1,6 @@ * How to cross compile libftdi-1.x for Windows? * 1 - Prepare a pkg-config wrapper according to - https://www.flameeyes.eu/autotools-mythbuster/pkgconfig/cross-compiling.html , + https://autotools.io/pkgconfig/cross-compiling.html , additionally export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS and PKG_CONFIG_ALLOW_SYSTEM_LIBS. 2 - Write a CMake toolchain file according to