musl: libc++: Allow setting musl

147.0.7727.49
klzgrad 2025-02-07 20:32:22 +08:00
parent 30cda26457
commit d8a7638aba
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@
#define _LIBCPP_HAS_MONOTONIC_CLOCK 1
#define _LIBCPP_HAS_TERMINAL 1
#ifdef ANDROID_HOST_MUSL
#define _LIBCPP_HAS_MUSL_LIBC 1
#else
#ifndef _LIBCPP_HAS_MUSL_LIBC
#define _LIBCPP_HAS_MUSL_LIBC 0
#endif