From 9eeb514dda08f1caadb0d8e01a8595d991530b52 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 13 Mar 2020 11:50:39 +0100 Subject: [PATCH] disable nimgame2 for now --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 3631710828..d9c49cb7b5 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -52,7 +52,7 @@ pkg "nimcrypto", false, "nim c -r tests/testall.nim" pkg "NimData", true, "nim c -o:nimdataa src/nimdata.nim" pkg "nimes", true, "nim c src/nimes.nim" pkg "nimfp", true, "nim c -o:nfp -r src/fp.nim" -pkg "nimgame2", true, "nim c nimgame2/nimgame.nim" +#pkg "nimgame2", true, "nim c nimgame2/nimgame.nim" pkg "nimgen", true, "nim c -o:nimgenn -r src/nimgen/runcfg.nim" # pkg "nimlsp", true pkg "nimly", true