Build support for Apple Silicon by crwood · Pull Request #323 · gridsync/gridsync
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 26
Merged
Conversation
Copy link
Member
crwood
commented
Feb 9, 2021
crwood
commented
This PR updates make targets and associated files to enable users of "Apple Silicon" (macOS arm64) machines to test and build the Gridsync application and it's dependencies from source. As per #322, support for macOS arm64 is presently very limited within the Python ecosystem and so this PR does not aim to enable "native" compilation of arm64 binaries; instead it relies on Apple's "Rosetta" translation environment to produce x86_64 binaries that can both be built by and will run upon arm64 macOS machines.
crwood added 6 commits
February 8, 2021 15:04Instead of relying on PATH to determine which PyInstaller will be executed.
crwood
merged commit
1f57b8f
into
master
crwood
deleted the
322.apple-silicon-support
branch
crwood
restored the
322.apple-silicon-support
branch
crwood
deleted the
322.apple-silicon-support
branch
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment