mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
fixes #11312
This commit is contained in:
@@ -109,6 +109,8 @@ proc getOutFile2(conf: ConfigRef; filename: RelativeFile,
|
||||
else: conf.projectPath
|
||||
createDir(d)
|
||||
result = d / changeFileExt(filename, ext)
|
||||
elif not conf.outFile.isEmpty:
|
||||
result = absOutFile(conf)
|
||||
else:
|
||||
result = getOutFile(conf, filename, ext)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user