Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jungleraptor committed Nov 1, 2022
1 parent 43daa1f commit 6073e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cpp/unix_cc_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def configure_unix_toolchain(repository_ctx, cpu_value, overriden_tools):
"-std=c++0x",
False,
), ":")

use_libcpp = darwin or bsd
bazel_linklibs = "-lc++:-lm" if use_libcpp else "-lstdc++:-lm"
bazel_linkopts = ""
Expand Down

0 comments on commit 6073e36

Please sign in to comment.