mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
fixes yet another NimScript regression
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user