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 302f8cb commit 14523c2Copy full SHA for 14523c2
Makefile
@@ -619,7 +619,7 @@ else
619
endif
620
cd $(JULIAHOME)/dist-extras && \
621
$(JLDOWNLOAD) http://downloads.sourceforge.net/sevenzip/7z920_extra.7z && \
622
- $(JLDOWNLOAD) https://unsis.googlecode.com/files/nsis-2.46.5-Unicode-setup.exe && \
+ $(JLDOWNLOAD) https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/unsis/nsis-2.46.5-Unicode-setup.exe && \
623
chmod a+x 7z.exe && \
624
chmod a+x 7z.dll && \
625
$(call spawn,./7z.exe) x -y -onsis nsis-2.46.5-Unicode-setup.exe && \
0 commit comments