diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-12-15 14:09:06 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-12-15 14:09:06 +0100 |
commit | a87be403397e9be86395c76fdcdf49269898fdb4 (patch) | |
tree | a64f91b49f2275820d7459e5c93f508fa41bdbb6 | |
parent | 39ae55e6e4082e43619973e1b4a95d0a8f2d591a (diff) | |
download | Nim-a87be403397e9be86395c76fdcdf49269898fdb4.tar.gz |
fixes #9985
-rw-r--r-- | compiler/options.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 65f2b907a..7569598d0 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -303,6 +303,9 @@ proc mergeConfigs*(dest, src: ConfigRef; mergeSymbols: bool) = m configVars if mergeSymbols: m symbols + m projectName + m projectPath + m projectFull m searchPaths m lazyPaths m outFile |