fixes yet another NimScript regression

This commit is contained in:
Araq
2018-12-14 12:00:49 +01:00
parent a54e3f4602
commit 32c6b35d97

View File

@@ -66,6 +66,8 @@ proc loadConfigsAndRunMainCommand*(self: NimProg, cache: IdentCache; conf: Confi
initDefines(tempConf.symbols)
tempConf.command = conf.command
tempConf.commandArgs = conf.commandArgs
tempConf.searchPaths = conf.searchPaths
tempConf.lazyPaths = conf.lazyPaths
runNimScript(cache, p, freshDefines = false, tempConf)
mergeConfigs(conf, tempConf)