1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-18 19:29:56 +00:00

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

View File

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