File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ The following options allow building libc++ for a different ABI version.
319
319
320
320
Select the ABI library to build libc++ against. This CMake option also supports "consumption specifiers", which
321
321
specify how the selected ABI library should be consumed by libc++. The supported specifiers are:
322
- - ``shared ``: The selected ABI library should be used as a shared library.
323
- - ``static ``: The selected ABI library should be used as a static library.
324
- - ``merged ``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
322
+ - ``shared ``: The selected ABI library should be used as a shared library.
323
+ - ``static ``: The selected ABI library should be used as a static library.
324
+ - ``merged ``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
325
325
326
326
A consumption specifier is provided by appending it to the name of the library, such as ``LIBCXX_CXX_ABI=merged-libcxxabi ``.
327
327
If no consumption specifier is provided, the libc++ shared library will default to using a shared ABI library, and the
You can’t perform that action at this time.
0 commit comments