Merge pull request #2655 from enitihas/nim-cfg-gcc-path

Corrected gcc path on windows
This commit is contained in:
Andreas Rumpf
2015-05-04 23:17:03 +02:00

View File

@@ -96,7 +96,7 @@ path="$lib/pure/unidecode"
# Configuration for the GNU C/C++ compiler:
@if windows:
#gcc.path = r"$nimrod\dist\mingw\bin"
#gcc.path = r"$nim\dist\mingw\bin"
@if gcc:
tlsEmulation:on
@end