Skip to content

Commit f0fc90a

Browse files
authored
Update xinterpreter.cpp
1 parent e967346 commit f0fc90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xinterpreter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
4343
std::cerr << "Failed to detect the resource-dir\n";
4444
ClangArgs.push_back("-resource-dir");
4545
ClangArgs.push_back(resource_dir.c_str());
46+
}
4647
std::vector<std::string> CxxSystemIncludes;
4748
Cpp::DetectSystemCompilerIncludePaths(CxxSystemIncludes);
4849
for (const std::string& CxxInclude : CxxSystemIncludes) {

0 commit comments

Comments
 (0)