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

Support expanding locations in rustc_env and build_script_env #2 #468

Merged
merged 2 commits into from
Nov 5, 2020

Commits on Nov 5, 2020

  1. $(location ...) expansion and runtime data support for build scripts

    - rustc_env now expands $(rootpath //package:target), for passing
    the location of files that are needed at compile time
    - build_script_env now expands $(execpath //package:target), for
    passing the location of files or tools that are needed at build
    script runtime
    - cargo_script_build() now passes the data argument to the build
    script runner, so the data is available at runtime
    dae committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    3dad697 View commit details
    Browse the repository at this point in the history
  2. Regenerate documentation

    dae committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    10007a8 View commit details
    Browse the repository at this point in the history