This commit is contained in:
Araq
2019-05-24 10:34:36 +02:00
parent 96b2233b71
commit 1a8ef6b491

View File

@@ -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)