Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Compilation for macOS and Apple Silicon Support in usdView #1885

Closed

Conversation

creijon
Copy link
Contributor

@creijon creijon commented May 27, 2022

Description of Change(s)

This includes the changes in PR: #1875

This PR adds the option to cross-compile on macOS from Apple Silicon to x86 processors and the reverse. This can be controlled by specifying new the --build-target parameter into build_usd.py with one of three options:

  • Native: builds for the host architecture.
  • x86_64: forces an x86_64 target.
  • arm64: forces an Apple Silicon target.

The default is Native

Fixes Issue(s)

  • Cross compilation
  • I have submitted a signed Contributor License Agreement

@creijon creijon force-pushed the jon/dev/apple_cross_compile branch from d822d82 to 743735e Compare May 27, 2022 10:48
@creijon creijon closed this May 27, 2022
@creijon creijon force-pushed the jon/dev/apple_cross_compile branch from 743735e to 52b5a63 Compare May 27, 2022 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant