-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build scripts and add visionOS support
Multiple fixes: - building on Apple Silicon Macs - remove the assumptions that the build machine is always x86_64 - fix badly broken build.sh for Mac, especially with getopts for options & params - extend build-ios.sh to allow building for iOS-derived platforms like visionOS The expected iOS build invocation is: build-ios.sh [clean] [release|debug] ${ARCH} ${PLATFORM} where ARCH = arm64|arm64e|x86_64 PLATFORM = iphoneos|iphonesimulator|xros|xrsimulator
- Loading branch information
Showing
3 changed files
with
144 additions
and
77 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
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
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