bazel-contrib / toolchains_llvm

LLVM toolchain for bazel
Apache License 2.0
296 stars 213 forks source link

Fix double slashes for sysroot = / #312

Closed keith closed 5 months ago

keith commented 5 months ago

Ideally we could set the paths to %sysroot%include when we know that %sysroot% ends with /, but bazel validates that the prefix is actually %sysroot%/ so we have to keep the extra slash.