diff options
| -rw-r--r-- | tommath.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tommath.nimble b/tommath.nimble index f36812b..2ef2fca 100644 --- a/tommath.nimble +++ b/tommath.nimble @@ -12,6 +12,6 @@ requires "nim >= 0.18.0" before install: if not existsEnv("TOMMATH_NO_CLONE"): - exec "git clone --branch v1.0.1 https://github.com/libtom/libtommath.git /tmp/source-libtommath" + exec "git clone --branch v1.0.1 --depth 1 https://github.com/libtom/libtommath.git /tmp/source-libtommath" exec "nim c -r tools/libtommath.nim" |
