We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498c161 commit 6feaf3bCopy full SHA for 6feaf3b
libcxxabi/src/CMakeLists.txt
@@ -76,6 +76,8 @@ if (NOT APPLE) # On Apple platforms, we always use -nostdlib++ so we don't need
76
endif()
77
78
if (FUCHSIA)
79
+ # TODO use CMAKE_LINK_LIBRARY_USING_FEATURE once our minimum CMake is at least 3.24
80
+ # https://cmake.org/cmake/help/latest/variable/CMAKE_LINK_LIBRARY_USING_FEATURE.html
81
add_link_flags("-Wl,--push-state,--as-needed,-lzircon,--pop-state")
82
83
0 commit comments