mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 02:18:00 +00:00
This reverts commit b749d58ea1.
This commit is contained in:
@@ -700,10 +700,8 @@ RunProgram="tools\downloader.exe"
|
||||
if execShellCmd("tar cf $1.tar $1" % proj) != 0:
|
||||
echo("External program failed")
|
||||
|
||||
if execShellCmd("xz -T0 -9f $1.tar" % proj) != 0:
|
||||
# Maybe the xz version is too old and doesn't support threading
|
||||
if execShellCmd("xz -9f $1.tar" % proj) != 0:
|
||||
echo("External program failed")
|
||||
if execShellCmd("xz -9f $1.tar" % proj) != 0:
|
||||
echo("External program failed")
|
||||
finally:
|
||||
setCurrentDir(oldDir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user