mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
7 lines
265 B
Meson
7 lines
265 B
Meson
|
syscall_nr_generators += {
|
||
|
'mips': generator(sh,
|
||
|
arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@',
|
||
|
'', '4000' ],
|
||
|
output: '@BASENAME@_nr.h')
|
||
|
}
|