We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e97ac7 commit 79945aeCopy full SHA for 79945ae
src/xinterpreter.cpp
@@ -41,7 +41,9 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
41
{
42
std::string resource_dir = Cpp::DetectResourceDir();
43
if (resource_dir.empty())
44
- std::cerr << "Failed to detect the resource-dir\n";
+ {
45
+ std::cerr << "Failed to detect the resource-dir\n";
46
+ }
47
ClangArgs.push_back("-resource-dir");
48
ClangArgs.push_back(resource_dir.c_str());
49
}
0 commit comments