Remove stray quotes

Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
This commit is contained in:
Alexander Grund 2020-10-18 21:56:50 +02:00 committed by GitHub
parent b24a50b67d
commit ef60478416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,7 +501,7 @@ def _features(cpu, compiler, ctx):
flag_group(flags = ["-Wl,-no-as-needed"])
] if cpu == "local" else []) + ([
flag_group(flags = ["-B" + ctx.attr.linker_bin_path])
] if ctx.attr.linker_bin_path" else []) + [
] if ctx.attr.linker_bin_path else []) + [
flag_group(
flags = ["@%{linker_param_file}"],
expand_if_available = "linker_param_file",