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 on Ubuntu 20,22 and ARM64 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amalone-scwx
Copy link

  • One tweak to fix a multiple define in linker stage (variable defined in header file).
  • To get it to build on ARM64, add defined(__aarch64__) anywhere there's a defined(__x86_64__) . They are both 64-bit, and I don't think there's any CPU/instruction-set specifics.

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