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

Use relative path for extension #3224

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Commits on Aug 27, 2024

  1. Use relative paths instead of deriving from CARGO_MANIFEST_DIR.

    In the Firefox repository, we avoid vendoring windows-rs because it's
    big, and instead pull it some other way. Because cargo doesn't support
    this kind of setup, we have a fake windows-rs crate that uses the
    modules from where the real windows-rs is. This falls short when the
    WindowsAndMessaging feature is enabled because CARGO_MANIFEST_DIR
    doesn't point to the real windows-rs.
    glandium committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3f2a017 View commit details
    Browse the repository at this point in the history