Update meson build file to try and fix LGTM.

This commit is contained in:
Calvin Rose 2020-03-18 18:36:41 -05:00
parent 3b5183a74e
commit 7590cfc610
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ janetc = custom_target('janetc',
output : 'janet.c',
capture : true,
command : [
janet_boot, '@CURRENT_SOURCE_DIR@',
janet_boot, meson.current_source_dir(),
'JANET_PATH', janet_path, 'JANET_HEADERPATH', header_path
])