Skip to content

Commit e29b0c9

Browse files
committed
windows libstdc++
1 parent 28e825d commit e29b0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/ReactantExtra/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ cc_toolchain_config(
700700
host_system_name = "linux",
701701
link_flags = [
702702
"-fuse-ld=lld",
703-
"-stdlib=libc++",
703+
"-stdlib=libstdc++",
704704
],
705705
link_libs = [
706706
"-lstdc++",
@@ -713,7 +713,7 @@ cc_toolchain_config(
713713
"-DNDEBUG",
714714
"-ffunction-sections",
715715
"-fdata-sections",
716-
"-stdlib=libc++",
716+
"-stdlib=libstdc++",
717717
],
718718
opt_link_flags = ["-Wl,--gc-sections"],
719719
supports_start_end_lib = False,

0 commit comments

Comments
 (0)