bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Make sysroot macro work when depending on these rules as a git repository #236

Closed hypdeb closed 3 weeks ago

hypdeb commented 3 weeks ago

I don't understand why, but if those targets are not fully qualified, you get:

no such package 'cc/toolchains/actions': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package. when using this macro.

comius commented 3 weeks ago

cc @matts1

comius commented 3 weeks ago

I believe this is being fix by another change.

hypdeb commented 3 weeks ago

Oh cool, I saw the other commit now. Good to know about the Label function.