Try to fix freebsd and android builds.
llvm-svn: 281922
This commit is contained in:
@@ -36,7 +36,7 @@ static void FixupEnvironment(Args &env) {
|
||||
for (const char **args = env.GetConstArgumentVector(); *args; ++args)
|
||||
if (::strncmp(path, *args, path_len) == 0)
|
||||
return;
|
||||
env.AppendArgument("PATH=/system/bin");
|
||||
env.AppendArgument(llvm::StringRef("PATH=/system/bin"));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user