Skip to content

Commit

Permalink
improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 20, 2024
1 parent ab5f458 commit e882bcb
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 @@ -244,7 +244,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 e882bcb

Please sign in to comment.