-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
CMAKE_OSX_ARCHITECTURES
when building for Apple targets
Running ``` $ cargo build --target aarch64-apple-darwin ``` was failing with link errors because the ObjC code in SDL was being built for x86_64 for some reason. Setting this CMake variable keeps everything aligned with the right architecture though! Hurray!
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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