diff options
Diffstat (limited to 'core/src/xmake/process/open.c')
| -rw-r--r-- | core/src/xmake/process/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c index 82ea5b94f..c35d9e3bf 100644 --- a/core/src/xmake/process/open.c +++ b/core/src/xmake/process/open.c @@ -56,7 +56,7 @@ tb_int_t xm_process_open(lua_State* lua) // get option arguments tb_size_t envn = 0; - tb_char_t const* envs[256] = {0}; + tb_char_t const* envs[1024] = {0}; tb_char_t const* inpath = tb_null; tb_char_t const* outpath = tb_null; tb_char_t const* errpath = tb_null; |
