Skip to content

Commit

Permalink
Update toolchains/cc/cc.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored Aug 26, 2024
1 parent 5306543 commit 0d7f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/cc/cc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ pkgs.runCommand "bazel-${cc.orignalName or cc.name}-toolchain"
if [[ -x ${cc}/bin/ld.gold ]]; then echo True; else echo False; fi
)
)
COVERAGE_LINK_FLAGS=()
EXTRA_FLAGS_PER_FEATURE=()
IS_CLANG=(
${if cc.isClang then "True" else "False"}
)
Expand Down

0 comments on commit 0d7f271

Please sign in to comment.