Skip to content

Commit

Permalink
update bootstraps and include ups
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 31, 2020
1 parent c7123a3 commit 2b336d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap-nonimble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ git clone --depth 1 https://github.com/disruptek/badresults.git
git clone --depth 1 https://github.com/disruptek/github.git
git clone --depth 1 https://github.com/disruptek/rest.git
git clone --depth 1 https://github.com/disruptek/foreach.git
git clone --depth 1 https://github.com/disruptek/ups.git
nim c --define:release --path:nim-regex/src --path:nim-unicodedb/src --path:nim-unicodeplus/src --path:nim-segmentation/src --path:cligen nimterop/nimterop/toast.nim
nim c --outdir:.. --define:$RELEASE --path:cligen --path:foreach --path:github/src --path:rest --path:npeg/src --path:jsonconvert --path:badresults --path:bump --path:cutelog --path:gittyup --path:nimgit2 --path:nimterop --path:nim-regex/src --path:nim-unicodedb/src --path:nim-unicodeplus/src --path:nim-segmentation/src nimph.nim
nim c --outdir:.. --define:$RELEASE --path:ups --path:cligen --path:foreach --path:github/src --path:rest --path:npeg/src --path:jsonconvert --path:badresults --path:bump --path:cutelog --path:gittyup --path:nimgit2 --path:nimterop --path:nim-regex/src --path:nim-unicodedb/src --path:nim-unicodeplus/src --path:nim-segmentation/src nimph.nim
cd ..

if test -x nimph; then
Expand Down

0 comments on commit 2b336d7

Please sign in to comment.