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 085b822 commit e6d8bf8Copy full SHA for e6d8bf8
CMakeLists.txt
@@ -887,7 +887,7 @@ if(USE_CUSTOM_LIBCXX)
887
set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -nostdlib++")
888
include_directories(
889
SYSTEM
890
- util/bot/libcxx-config
+ tests/ci/libcxx-config
891
${LLVM_PROJECT_HOME}/libcxx/include
892
${LLVM_PROJECT_HOME}/libcxxabi/include
893
)
tests/ci/libcxx-config/__config_site
@@ -0,0 +1,6 @@
1
+#ifndef BORINGSSL_LIBCXX_CONFIG_SITE_
2
+#define BORINGSSL_LIBCXX_CONFIG_SITE_
3
+
4
+#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
5
6
+#endif // BORINGSSL_LIBCXX_CONFIG_SITE_
0 commit comments