mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Auto stash before merge of "master" and "origin/master"
This commit is contained in:
parent
8c18d56c9e
commit
57396b9abb
5 changed files with 23 additions and 13 deletions
|
@ -80,7 +80,7 @@ namespace IDE
|
|||
case "macOS":
|
||||
outTriple.Append("x86_64-apple-macosx10.14.0");
|
||||
case "iOS":
|
||||
outTriple.Append("arm64-apple-ios13.1");
|
||||
outTriple.Append("aarch64-apple-ios");
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue