Skip to content

Commit 9ef9626

Browse files
committed
always use .7z for ext on Windows
1 parent 888cb87 commit 9ef9626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if gitver == "notfound"
4747
isfile(filename) || run(download_cmd(downloadurl, filename))
4848
# TODO: checksum validation
4949
(b, ext, sec_ext) = splittarpath(filename)
50-
run(unpack_cmd(filename, dest, ext, sec_ext))
50+
run(unpack_cmd(filename, dest, is_windows() ? ".7z" : ext, sec_ext))
5151
gitcmd = `$(joinpath(dirname(@__FILE__), dest, "bin", "git"))`
5252
end
5353
try

0 commit comments

Comments
 (0)