From b1b2dd606ba736775868853657e331f287423dee Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 30 Nov 2016 11:00:51 +0100 Subject: fixes #5076 --- compiler/options.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler') diff --git a/compiler/options.nim b/compiler/options.nim index 9edafb17a..b04f6a963 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -227,8 +227,7 @@ proc setDefaultLibpath*() = libpath = parentNimLibPath proc canonicalizePath*(path: string): string = - when not FileSystemCaseSensitive: result = path.expandFilename.toLowerAscii - else: result = path.expandFilename + result = path.expandFilename proc shortenDir*(dir: string): string = ## returns the interesting part of a dir -- cgit 1.4.1-2-gfad0