From 61ac87a2b8890c0acbe0d81cdf8bb67d83f6e434 Mon Sep 17 00:00:00 2001 From: narimiran Date: Fri, 30 Apr 2021 10:55:06 +0200 Subject: [PATCH] use `csources_v1` in `build_all.sh` --- build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_all.sh b/build_all.sh index e66980e569..6b2924ab2e 100755 --- a/build_all.sh +++ b/build_all.sh @@ -11,7 +11,7 @@ echo_run(){ "$@" } -[ -d csources ] || echo_run git clone -q --depth 1 https://github.com/nim-lang/csources.git +[ -d csources ] || echo_run git clone -q --depth 1 https://github.com/nim-lang/csources_v1.git csources nim_csources=bin/nim_csources