diff options
Diffstat (limited to 'src/lpm.c')
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -999,7 +999,7 @@ static const luaL_Reg system_lib[] = { #endif #endif #ifndef LITE_ARCH_TUPLE - #define LITE_ARCH_TUPLE (ARCH_PROCESSOR "-" ARCH_PLATFORM) + #define LITE_ARCH_TUPLE ARCH_PROCESSOR "-" ARCH_PLATFORM #endif |