diff options
Diffstat (limited to 'src/lib_os.c')
-rw-r--r-- | src/lib_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_os.c b/src/lib_os.c index bb5a141e..762bb591 100644 --- a/src/lib_os.c +++ b/src/lib_os.c | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | LJLIB_CF(os_execute) | 37 | LJLIB_CF(os_execute) |
38 | { | 38 | { |
39 | #if LJ_TARGET_CONSOLE | 39 | #if LJ_NO_SYSTEM |
40 | #if LJ_52 | 40 | #if LJ_52 |
41 | errno = ENOSYS; | 41 | errno = ENOSYS; |
42 | return luaL_fileresult(L, 0, NULL); | 42 | return luaL_fileresult(L, 0, NULL); |