From ae16747dfb5f515fa03e4e2cfa82685cea1f1b5f Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Wed, 1 Mar 2023 18:56:43 -0500 Subject: [PATCH] add missing path --- bootstrap-nonimble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-nonimble.sh b/bootstrap-nonimble.sh index 704f42f..fc5a58c 100755 --- a/bootstrap-nonimble.sh +++ b/bootstrap-nonimble.sh @@ -27,7 +27,7 @@ git clone --depth 1 --branch 0.0.7 https://github.com/disruptek/ups.git git clone --depth 1 --branch 0.1.6 https://github.com/haxscramper/hlibgit2.git git clone --depth 1 --branch 0.1.5 https://github.com/haxscramper/hlibssh2.git -nim c --outdir:.. --define:release --path:../src --path:hlibgit2/src --path:hlibssh2/src --path:ups --path:cligen --path:github/src --path:npeg/src --path:jsonconvert --path:badresults --path:bump --path:cutelog --path:gittyup $PASSES ../src/nimph.nim +nim c --outdir:.. --define:release --path:../src --path:hlibgit2/src --path:hlibssh2/src --path:ups --path:cligen --path:github --path:npeg/src --path:jsonconvert --path:badresults --path:bump --path:cutelog --path:gittyup $PASSES ../src/nimph.nim cd .. if test -x nimph; then