From 686905a7bf0cc9a78aa30c6a3fc013495e7a6682 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 15 May 2023 13:27:13 +0800 Subject: [PATCH] ... --- src/common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common.h b/src/common.h index 8851cc0b..4fbabba4 100644 --- a/src/common.h +++ b/src/common.h @@ -43,6 +43,8 @@ #define DEBUG_NO_AUTO_GC 0 #define DEBUG_GC_STATS 0 +#ifndef PK_ENABLE_OS + #ifdef __ANDROID__ #include @@ -56,6 +58,8 @@ #define PK_ENABLE_OS 1 #endif +#endif + // This is the maximum number of arguments in a function declaration // including positional arguments, keyword-only arguments, and varargs #define PK_MAX_CO_VARNAMES 255