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

Find winmd files without reading PATH nor copying to target/ #1047

Closed
wants to merge 1 commit into from

Commits on Aug 13, 2021

  1. Find winmd files without reading PATH nor copying to target/

    Non-Windows platforms - which are supported for cross-compiling - do not
    set the output directory in `PATH` nor use semicolons to separate this
    variable, resulting in errors.
    Replace it with the old `include_bytes!` logic that does not require
    paths at runtime (of the macro) at all.
    Copying of DLL targets to the `target/<profile>` dir for easy
    consumption and running of crates is still performed.
    MarijnS95 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    81e8abb View commit details
    Browse the repository at this point in the history