We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780dfb8 commit 2344267Copy full SHA for 2344267
.devcontainer/post-create.sh
@@ -15,7 +15,7 @@ nim c --d:release --threads:on --app:lib --out:utils/plotting.so nimplex/src/nim
15
echo "Plotting utility compiled successfully."
16
17
echo "Compiling stitching utility..."
18
-nim c --d:release --threads:on --app:lib --out:utils/stitching.so nimplex/src/nimplex/utils/stitching.nim
+nim c --d:release --threads:on --app:lib --out:utils/stitching.so nimplex/src/nimplex/utils/stitching
19
echo "Stitching utility compiled successfully."
20
21
echo "Verifying installations..."
0 commit comments