ports/lang/nim/files/patch-koch.nim
Thomas Zander cdb5710eac Update to upstream version 0.18.0
PR:		226607
Submitted by:	ports@nicandneal.net (maintainer)
2018-03-18 20:04:06 +00:00

12 lines
347 B
Nim

--- koch.nim.orig 2018-03-14 15:15:05.712810000 +0000
+++ koch.nim 2018-03-14 15:15:42.575087000 +0000
@@ -265,7 +265,8 @@
#nimexec "c -o:" & ("bin/nimresolve".exe) & " tools/nimresolve.nim"
- buildNimble(latest)
+ # Don't build Nimble here. Use the port instead.
+ #buildNimble(latest)
proc nsis(args: string) =
bundleNimbleExe()