mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add proper endianness flag for dasm in luajit wrap
Fixes luajit almost completely breaking on aarch64 and probably other non-x86 architectures.
This commit is contained in:
parent
49139f0a22
commit
4e6af75db4
@ -21,6 +21,7 @@ else
|
||||
hpre = '#include "@0@/../lj_arch.h"'.format(meson.current_source_dir())
|
||||
|
||||
checkdefs = [
|
||||
['LJ_LE', '1', ['-D', 'ENDIAN_LE']],
|
||||
['LJ_ARCH_BITS', '64', ['-D', 'P64']],
|
||||
['LJ_HASJIT', '1', ['-D', 'JIT']],
|
||||
['LJ_HASFFI', '1', ['-D', 'FFI']],
|
||||
|
Loading…
x
Reference in New Issue
Block a user