diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 026e741f..e6264398 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
| @@ -124,7 +124,7 @@ | |||
| 124 | #define LJ_TARGET_POSIX (LUAJIT_OS > LUAJIT_OS_WINDOWS) | 124 | #define LJ_TARGET_POSIX (LUAJIT_OS > LUAJIT_OS_WINDOWS) |
| 125 | #define LJ_TARGET_DLOPEN LJ_TARGET_POSIX | 125 | #define LJ_TARGET_DLOPEN LJ_TARGET_POSIX |
| 126 | 126 | ||
| 127 | #if TARGET_OS_IPHONE | 127 | #if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE |
| 128 | #define LJ_TARGET_IOS 1 | 128 | #define LJ_TARGET_IOS 1 |
| 129 | #else | 129 | #else |
| 130 | #define LJ_TARGET_IOS 0 | 130 | #define LJ_TARGET_IOS 0 |
