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

build: add a workaround for Android builds #80

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. build: add a workaround for Android builds

    The android build requires linking to libunwind to prevent underlinking.
    This library is squirreled away into the compiler resource directory and
    since we do not use the NDK compiler we do not pick it up. Explicitly
    add the directory to our linker search path to pick up the necessary
    library. This library should really be provided by the NDK as we cannot
    ascertain if the unwinder has been modified or contains extensions.
    compnerd committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    09df5f7 View commit details
    Browse the repository at this point in the history