Skip to content

Commit 1bccf2d

Browse files
keithfmeum
authored andcommitted
improve naming
1 parent 3387887 commit 1bccf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def cc_toolchain_config(
268268
"-l:c++.a",
269269
"-l:c++abi.a",
270270
])
271-
elif stdlib == "system-stdc++":
271+
elif stdlib == "dynamic-stdc++":
272272
cxx_flags = [
273273
"-std=" + cxx_standard,
274274
"-stdlib=libstdc++",

0 commit comments

Comments
 (0)