blob: 8f15bb1142d90e4032b4c0eaf1b8251ac6691a5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- koch.nim.orig 2020-11-03 05:15:11 UTC
+++ koch.nim
@@ -687,7 +687,7 @@ when isMainModule:
of "tools":
buildTools(op.cmdLineRest)
bundleNimbleExe(latest, op.cmdLineRest)
- bundleFusion(latest)
+ # bundleFusion(latest)
of "pushcsource", "pushcsources": pushCsources()
of "valgrind": valgrind(op.cmdLineRest)
of "c2nim": bundleC2nim(op.cmdLineRest)
|