diff options
Diffstat (limited to 'lang/nim/files/patch-koch.nim')
-rw-r--r-- | lang/nim/files/patch-koch.nim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/nim/files/patch-koch.nim b/lang/nim/files/patch-koch.nim new file mode 100644 index 000000000000..8f15bb1142d9 --- /dev/null +++ b/lang/nim/files/patch-koch.nim @@ -0,0 +1,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) |