Skip to content

Fix build on Ubuntu 20,22 and ARM64#3

Open
amalone-scwx wants to merge 1 commit intoIOActive:masterfrom
amalone-scwx:am_arm64
Open

Fix build on Ubuntu 20,22 and ARM64#3
amalone-scwx wants to merge 1 commit intoIOActive:masterfrom
amalone-scwx:am_arm64

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

Comments