Loading...
1
2
3
4
5
6
7
8
#include "base.xcconfig"

SUPPORTED_PLATFORMS = macosx iphoneos watchos appletvos bridgeos xros

PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/mach-o

// Turn off the use of __libcpp_verbose_abort from std::string_view
CLANG_CXX_STANDARD_LIBRARY_HARDENING='_LIBCPP_HARDENING_MODE_NONE'