mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
nimscript.patchFile supports $lib and stuff
This commit is contained in:
@@ -126,7 +126,7 @@ proc setupVM*(module: PSym; scriptName: string): PEvalContext =
|
||||
let key = a.getString(0) & "_" & a.getString(1)
|
||||
var val = a.getString(2).addFileExt(NimExt)
|
||||
if not isAbsolute(val):
|
||||
val = vthisDir / val
|
||||
val = vthisDir / pathSubs(val, vthisDir)
|
||||
gModuleOverrides[key] = val
|
||||
|
||||
proc runNimScript*(scriptName: string; freshDefines=true) =
|
||||
|
||||
Reference in New Issue
Block a user