You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
/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
The text was updated successfully, but these errors were encountered: