/cmake/Modules/FindLibunwind.cmake hard codes X_86 unwind library dependency. A platform independent solution is to use unwind-generic instead of unwind-x86_64. unwind-generic is always linked to the correct platform implementation.
This is the patch:
unwind.patch