From 439ca8cb5a164fd65ca2ed2bbbbf8926974e3d86 Mon Sep 17 00:00:00 2001 From: j-james Date: Fri, 6 Nov 2020 12:12:13 -0800 Subject: Compile src/pakku with -d:nimWorkaround14447 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b224ff2..a385e41 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ src/pakku: src/main.nim $(shell find src -name \*.nim) @echo "NIM: $@" @nim c ${NIM_OPTIONS} \ --nimcache:"${NIM_CACHE_DIR}/main" \ + -d:nimWorkaround14447 \ -o:"$@" "$<" clean: -- cgit v1.2.3-70-g09d2