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

Fix cross-compiling with dylib feature #85

Merged
merged 1 commit into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. Fix cross-compiling with dylib feature

    When cross-compiling the host OS may be different from the target OS.
    E.g. one may be compiling for Linux on a Windows machine.
    In build-scripts one needs to reed the
    `TARGET` environment variables that cargo sets,
    since build scripts themselves are always compiled for the host platform.
    jschwe committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    33f672f View commit details
    Browse the repository at this point in the history