Skip to content

Commit 70828dc

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent 5f140ba commit 70828dc

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_library_flags(zircon)
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)