Skip to content

Commit

Permalink
add missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Mar 1, 2023
1 parent 8a06880 commit ae16747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-nonimble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae16747

Please sign in to comment.