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

rustbuild: Restore Config.libdir_relative #48362

Merged
merged 2 commits into from
Feb 25, 2018

Commits on Feb 19, 2018

  1. rustbuild: Restore Config.libdir_relative

    This re-introduces a `Config.libdir_relative` field, now derived from
    `libdir` and made relative to `prefix` if necessary.
    
    This fixes a regression from rust-lang#46592 when `--libdir` is given an absolute
    path.  `Builder::sysroot_libdir` should always use a relative path so
    its callers don't clobber system locations, and `librustc` also asserts
    that `CFG_LIBDIR_RELATIVE` is really relative.
    cuviper committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    80970e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    8174c0d View commit details
    Browse the repository at this point in the history