Loading
ghidra: Fix build for macos arm64
For some reason I haven't been able to figure out yet, ghidra builds for arm64 seems to build the x64 binaries of the decompiler. These fail to build due to trying to link the x64 object files with arm64 stdc++ library, which obviously fails. Those binaries are entirely unnecessary anyways, since we're targeting arm64 build here, so let's exclude them from the build.