Skip to content

Commit 86c376e

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
1 parent 310351d commit 86c376e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxxabi/src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ if (NOT APPLE) # On Apple platforms, we always use -nostdlib++ so we don't need
7575
add_library_flags_if(LIBCXXABI_HAS_C_LIB c)
7676
endif()
7777

78+
if (FUCHSIA)
79+
add_link_flags("-Wl,--push-state,--as-needed,-lzircon,--pop-state")
80+
endif()
81+
7882
if (NOT LIBCXXABI_USE_COMPILER_RT)
7983
add_library_flags_if(LIBCXXABI_HAS_GCC_LIB gcc)
8084
endif()

0 commit comments

Comments
 (0)