forked from OSchip/llvm-project
Add back a return that got lost in rebase
llvm-svn: 217415
This commit is contained in:
parent
15d5e2b4d8
commit
a89da49ee7
|
@ -201,6 +201,7 @@ HostInfoMacOSX::ComputePythonDirectory(FileSpec &file_spec)
|
|||
::strncat(raw_path, python_version_dir.c_str(), sizeof(raw_path) - strlen(raw_path) - 1);
|
||||
}
|
||||
file_spec.GetDirectory().SetCString(raw_path);
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue