diff options
author | Araq <rumpf_a@web.de> | 2020-03-13 11:50:39 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2020-03-13 11:50:39 +0100 |
commit | 9eeb514dda08f1caadb0d8e01a8595d991530b52 (patch) | |
tree | c13865f788ba7ade196f5a74f70c176c990ac3b4 | |
parent | a6682de0045468ae1d15afbd2fd5378960e15eb7 (diff) | |
download | Nim-9eeb514dda08f1caadb0d8e01a8595d991530b52.tar.gz |
disable nimgame2 for now
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 363171082..d9c49cb7b 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 |