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

Fix build issues on Apple silicon M-series macs #124

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

mode80
Copy link
Contributor

@mode80 mode80 commented Sep 29, 2024

  • Fix CMakeLists.txt logic to use correct DYNLIB_SUFFIX for mac
  • Update README instructions to use non-deprecated brews
  • Remove use of register keyword throughout .cpp files in ./cores (the register keyword was deprecated, and now removed in clang-17)
  • Update .gitignore to ignore build artifacts

Fixes #107

- Fix CMakeLists.txt logic to use correct DYNLIB_SUFFIX for mac
- Update README instructions to use non-deprecated brews
- Remove use of `register` keyword throughout .cpp files in ./cores
  (the register keyword was deprecated, and now removed in clang-17)
- update .gitignore to ignore build artifacts
@MatPoliquin MatPoliquin merged commit 756f76f into Farama-Foundation:master Sep 29, 2024
9 of 10 checks passed
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.

Apple silicon build fails
2 participants