mirror of
https://github.com/janet-lang/janet
synced 2025-06-28 08:03:00 +00:00
Fix meson.build typo.
This commit is contained in:
parent
aee1687215
commit
0e464ded3d
@ -215,7 +215,7 @@ amalg = custom_target('amalg',
|
|||||||
command : [janet_nativeclient, '@INPUT@'])
|
command : [janet_nativeclient, '@INPUT@'])
|
||||||
amalg_shell = custom_target('amalg-shell',
|
amalg_shell = custom_target('amalg-shell',
|
||||||
input : ['tools/amalg.janet', 'src/mainclient/line.h',
|
input : ['tools/amalg.janet', 'src/mainclient/line.h',
|
||||||
'src/mainclient/line.c', 'src/mainlcient/main.c'],
|
'src/mainclient/line.c', 'src/mainclient/main.c'],
|
||||||
output : ['shell.c'],
|
output : ['shell.c'],
|
||||||
capture : true,
|
capture : true,
|
||||||
command : [janet_nativeclient, '@INPUT@'])
|
command : [janet_nativeclient, '@INPUT@'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user