Skip to content

Commit 2344267

Browse files
authored
Update post-create.sh
1 parent 780dfb8 commit 2344267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post-create.sh

+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.nim
18+
nim c --d:release --threads:on --app:lib --out:utils/stitching.so nimplex/src/nimplex/utils/stitching
1919
echo "Stitching utility compiled successfully."
2020

2121
echo "Verifying installations..."

0 commit comments

Comments
 (0)