mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Lowered macOS version requirements
This commit is contained in:
parent
35abc1d591
commit
3df7af3f44
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace IDE
|
|||
case "Linux64":
|
||||
outTriple.Append("x86_64-unknown-linux-gnu");
|
||||
case "macOS":
|
||||
outTriple.Append("x86_64-apple-macosx10.14.0");
|
||||
outTriple.Append("x86_64-apple-macosx10.8.0");
|
||||
case "iOS":
|
||||
outTriple.Append("arm64-apple-ios");
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue