forked from leetal/ios-cmake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify 'simulator' environment explicitly
Clang understands `simulator` as a [valid environment](https://github.com/llvm/llvm-project/blob/657adcb0779d2d119737f2ca557a87456024a5ac/llvm/include/llvm/ADT/Triple.h#L231) like `macabi` for Catalyst builds. It makes explicit that the build is targeted at the Simulator. Otherwise, `arm64-apple-ios11.0` is an iOS build which it tries to link to the iPhoneSimulator SDK.
- Loading branch information
1 parent
39368dd
commit 5606f32
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters