diff options
| author | ruki <[email protected]> | 2020-04-21 23:57:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-21 17:45:48 +0800 |
| commit | 4dbc3cce61a2d848e92d7d9327fb0f2b81d36d57 (patch) | |
| tree | 58e56f0a3e4e6b28439642df432f9f71db25634f /core/src/xmake/machine.c | |
| parent | 6335364ed2a2a6c7f923554fea88f337a6193d56 (diff) | |
add android autogen for luajit
Diffstat (limited to 'core/src/xmake/machine.c')
| -rw-r--r-- | core/src/xmake/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c index 70ab72d61..1aefd8f4d 100644 --- a/core/src/xmake/machine.c +++ b/core/src/xmake/machine.c @@ -36,7 +36,7 @@ #elif defined(TB_CONFIG_OS_MACOSX) # include <unistd.h> # include <mach-o/dyld.h> -#elif defined(TB_CONFIG_OS_LINUX) +#elif defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_ANDROID) # include <unistd.h> #endif |
