Skip to content

Commit 67d7bbb

Browse files
committed
- point nimplex to the latest version on nimble branch
1 parent 2344267 commit 67d7bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/post-create.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nim c --d:release --threads:on --app:lib --out:utils/plotting.so nimplex/src/nim
1515
echo "Plotting utility compiled successfully."
1616

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

2121
echo "Verifying installations..."

0 commit comments

Comments
 (0)