mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
12 lines
347 B
Nim
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()
|