Skip to content

Commit c3255d4

Browse files
committed
fix aarch link flags
1 parent 7cd5aa2 commit c3255d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/ReactantExtra/BUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,9 @@ cc_toolchain_config(
345345
],
346346
dbg_compile_flags = ["-g"],
347347
host_system_name = "linux",
348-
link_flags = [],
348+
link_flags = [
349+
"-stdlib=libstdc++",
350+
],
349351
link_libs = [
350352
"-lstdc++",
351353
"-lm",

0 commit comments

Comments
 (0)