1
0
Fork 0

meson: remove DUALNUM check from LuaJIT

This commit is contained in:
Myaamori 2020-10-28 19:26:10 +00:00 committed by Ryan Lucia
parent 5dff6c9234
commit 0e51dba59b
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ else
['LJ_ARCH_BITS', '64', ['-D', 'P64']],
['LJ_HASJIT', '1', ['-D', 'JIT']],
['LJ_HASFFI', '1', ['-D', 'FFI']],
['LJ_DUALNUM', '1', ['-D', 'DUALNUM']],
]
if host_machine.cpu_family() == 'x86'