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 6f9b9a5 commit 991c32dCopy full SHA for 991c32d
Makefile
@@ -194,7 +194,7 @@ download-libiconv:
194
ifeq ("$(wildcard vendor/libiconv/libiconv-1.17)","")
195
@mkdir -p vendor/libiconv
196
@cd vendor/libiconv && \
197
- curl https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz | tar -xvzf -
+ curl https://ftpmirror.gnu.org/libiconv/libiconv-1.17.tar.gz | tar -xvzf -
198
endif
199
200
install-libiconv: download-libiconv clean-libiconv
0 commit comments