musl: libc++: Allow setting musl
parent
f3cf4543f0
commit
01ed9259a1
|
@ -25,7 +25,9 @@
|
||||||
#define _LIBCPP_HAS_THREADS 1
|
#define _LIBCPP_HAS_THREADS 1
|
||||||
#define _LIBCPP_HAS_MONOTONIC_CLOCK 1
|
#define _LIBCPP_HAS_MONOTONIC_CLOCK 1
|
||||||
#define _LIBCPP_HAS_TERMINAL 1
|
#define _LIBCPP_HAS_TERMINAL 1
|
||||||
|
#ifndef _LIBCPP_HAS_MUSL_LIBC
|
||||||
#define _LIBCPP_HAS_MUSL_LIBC 0
|
#define _LIBCPP_HAS_MUSL_LIBC 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define _LIBCPP_HAS_THREAD_API_PTHREAD 0
|
#define _LIBCPP_HAS_THREAD_API_PTHREAD 0
|
||||||
|
|
Loading…
Reference in New Issue