mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
change android macro
This commit is contained in:
parent
7b27c67544
commit
95c67f4b4e
@ -29,7 +29,12 @@
|
|||||||
|
|
||||||
#define PK_VERSION "0.9.3"
|
#define PK_VERSION "0.9.3"
|
||||||
#define PK_EXTRA_CHECK 0
|
#define PK_EXTRA_CHECK 0
|
||||||
|
|
||||||
|
#if defined(__ANDROID__) && __ANDROID_API__ <= 22
|
||||||
|
#define PK_ENABLE_FILEIO 0
|
||||||
|
#else
|
||||||
#define PK_ENABLE_FILEIO 1
|
#define PK_ENABLE_FILEIO 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__EMSCRIPTEN__) || defined(__arm__) || defined(__i386__)
|
#if defined(__EMSCRIPTEN__) || defined(__arm__) || defined(__i386__)
|
||||||
typedef int32_t i64;
|
typedef int32_t i64;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user