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 888cb87 commit 9ef9626Copy full SHA for 9ef9626
deps/build.jl
@@ -47,7 +47,7 @@ if gitver == "notfound"
47
isfile(filename) || run(download_cmd(downloadurl, filename))
48
# TODO: checksum validation
49
(b, ext, sec_ext) = splittarpath(filename)
50
- run(unpack_cmd(filename, dest, ext, sec_ext))
+ run(unpack_cmd(filename, dest, is_windows() ? ".7z" : ext, sec_ext))
51
gitcmd = `$(joinpath(dirname(@__FILE__), dest, "bin", "git"))`
52
end
53
try
0 commit comments