Skip to content

Commit

Permalink
- point nimplex to the latest version on nimble branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Oct 16, 2024
1 parent 2344267 commit 67d7bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nim c --d:release --threads:on --app:lib --out:utils/plotting.so nimplex/src/nim
echo "Plotting utility compiled successfully."

echo "Compiling stitching utility..."
nim c --d:release --threads:on --app:lib --out:utils/stitching.so nimplex/src/nimplex/utils/stitching
nim c --d:release --threads:on --app:lib --out:utils/stitching.so nimplex/src/nimplex/utils/stitching.nim
echo "Stitching utility compiled successfully."

echo "Verifying installations..."
Expand Down

0 comments on commit 67d7bbb

Please sign in to comment.