Skip to content

Commit

Permalink
set outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed May 25, 2020
1 parent 5b78d28 commit e742ac5
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 @@ -18,6 +18,7 @@ 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
nim c --path:nim-regex/src --path:nim-unicodedb/src --path:nim-unicodeplus/src --path:nim-segmentation/src --path:cligen nimterop/nimterop/toast.nim
nim c --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 c --outdir:.. --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 ..

realpath nimph

0 comments on commit e742ac5

Please sign in to comment.