musl: libc++: Allow setting musl

135.0.7049.38
klzgrad 2025-02-07 20:32:22 +08:00
parent 08c0e7a1b1
commit d91867597b
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
#define _LIBCPP_HAS_THREADS 1
#define _LIBCPP_HAS_MONOTONIC_CLOCK 1
#define _LIBCPP_HAS_TERMINAL 1
#ifndef _LIBCPP_HAS_MUSL_LIBC
#define _LIBCPP_HAS_MUSL_LIBC 0
#endif
#ifdef _WIN32
#define _LIBCPP_HAS_THREAD_API_PTHREAD 0