mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-06-02 12:26:35 +03:00
musl: libc++: Allow setting musl
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user