mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
15 lines
399 B
Diff
15 lines
399 B
Diff
diff --git a/common/config.h b/common/config.h
|
|
index 04eda99..3565329 100644
|
|
--- a/common/config.h
|
|
+++ b/common/config.h
|
|
@@ -128,7 +128,9 @@
|
|
#define HAVE_IOCTL 1
|
|
|
|
/* Define if nl_langinfo has CODESET support. */
|
|
+#if !(defined(__ANDROID__) && __ANDROID_API__ < 28)
|
|
#define HAVE_LANGINFO_CODESET 1
|
|
+#endif
|
|
|
|
/* Define to 1 if you have the <langinfo.h> header file. */
|
|
#define HAVE_LANGINFO_H 1
|