musl: libc++: Allow setting musl

master
klzgrad 2025-02-07 20:32:22 +08:00
parent 151767b475
commit 946f005983
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