Merge pull request #517 from blackdwarf/pkgosxfix
Fix the PKG permission issue and change the install location
This commit is contained in:
commit
ee5cb05e35
3 changed files with 21 additions and 15 deletions
|
@ -32,7 +32,7 @@ bool pal::find_coreclr(pal::string_t& recv)
|
|||
return true;
|
||||
}
|
||||
|
||||
candidate.assign("/usr/local/share/dotnet/cli/runtime/coreclr");
|
||||
candidate.assign("/usr/local/share/dotnet/runtime/coreclr");
|
||||
if (coreclr_exists_in_dir(candidate)) {
|
||||
recv.assign(candidate);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue