Skip to content

Commit

Permalink
improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and fmeum committed Dec 20, 2024
1 parent 3387887 commit 1bccf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def cc_toolchain_config(
"-l:c++.a",
"-l:c++abi.a",
])
elif stdlib == "system-stdc++":
elif stdlib == "dynamic-stdc++":
cxx_flags = [
"-std=" + cxx_standard,
"-stdlib=libstdc++",
Expand Down

0 comments on commit 1bccf2d

Please sign in to comment.