1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00

Fix meson.build typo.

This commit is contained in:
Calvin Rose 2019-11-08 18:26:43 -06:00
parent aee1687215
commit 0e464ded3d

View File

@ -215,7 +215,7 @@ amalg = custom_target('amalg',
command : [janet_nativeclient, '@INPUT@'])
amalg_shell = custom_target('amalg-shell',
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'],
capture : true,
command : [janet_nativeclient, '@INPUT@'])