From d7da1ae5bfd3b77251754d8ba1e660610b72303a Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 19 Jul 2024 00:29:00 +0800 Subject: [PATCH] git clone --recurse-submodules -j8 Signed-off-by: madomado --- anda/langs/nim/nim/nim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/nim/nim/nim.spec b/anda/langs/nim/nim/nim.spec index 6dfc281aae..a1ac16bdd3 100644 --- a/anda/langs/nim/nim/nim.spec +++ b/anda/langs/nim/nim/nim.spec @@ -47,7 +47,7 @@ and its standard library. %prep # using git clone to include submodules -git clone https://github.com/nim-lang/Nim -b v%version --depth 0 . +git clone --recurse-submodules -j8 https://github.com/nim-lang/Nim -b v%version --depth 0 . # hack cp /usr/bin/mold /usr/bin/ld