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

C++,runfiles: rename sources to avoid conflict #6023

Closed
wants to merge 1 commit into from

Commits on Aug 29, 2018

  1. C++,runfiles: rename sources to avoid conflict

    Avoid include collision inside the Bazel source
    tree when a rule depends on
    @bazel_tools//tools/cpp/runfiles and includes
    "tools/cpp/runfiles/runfiles.h", but they end up
    getting "tools/cpp/runfiles/runfiles.h" from the
    main repo.
    
    Change-Id: Ic0fa23045b25cf9b1987780f9e752a54fa32be45
    Details: bazelbuild#5640 (comment)
    laszlocsomor committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3724519 View commit details
    Browse the repository at this point in the history