mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 22:33:38 +03:00
musl: libc++: Allow setting musl
This commit is contained in:
parent
e20601d16f
commit
add87ffb9d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue