diff options
-rw-r--r-- | libcxx/docs/BuildingLibcxx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index 2ec546d8e05..76aa18a047e 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -204,7 +204,7 @@ libc++ specific options Do not export any symbols from the static libc++ library. This is useful when the static libc++ library is being linked into shared libraries that may be used in with other shared libraries that use different - C++ library. We want to avoid avoid exporting any libc++ symbols in that case. + C++ library. We want to avoid exporting any libc++ symbols in that case. .. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL |