From 15df168f99a9fb7f0d4ef712795cbf070a9deda6 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 3 Aug 2015 01:27:41 +0300 Subject: [PATCH] Rename compiler configuration file to fix "nim check" within the repo Prior to the change, "nim check" would fail on any file besides the main nim.nim, because the include paths for the documentation were not set correctly and this produced various compilation errors. --- compiler/{nim.nim.cfg => nim.cfg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler/{nim.nim.cfg => nim.cfg} (100%) diff --git a/compiler/nim.nim.cfg b/compiler/nim.cfg similarity index 100% rename from compiler/nim.nim.cfg rename to compiler/nim.cfg