Merge pull request #10012 from nc-x/header-path

Add project directory to include path
This commit is contained in:
Andreas Rumpf
2018-12-16 20:51:41 +01:00
committed by GitHub

View File

@@ -567,6 +567,8 @@ proc getCompileCFileCmd*(conf: ConfigRef; cfile: Cfile): string =
includeCmd = ""
compilePattern = getCompilerExe(conf, c, cfile.cname)
includeCmd.add(join([CC[c].includeCmd, quoteShell(conf.projectPath.string)]))
var cf = if noAbsolutePaths(conf): AbsoluteFile extractFilename(cfile.cname.string)
else: cfile.cname