1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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 e9aa2d673b
commit 41ef49fceb

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'