mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-25 12:25:08 +00:00
Merge pull request #2655 from enitihas/nim-cfg-gcc-path
Corrected gcc path on windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user