mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Update meson build file to try and fix LGTM.
This commit is contained in:
parent
3b5183a74e
commit
7590cfc610
@ -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
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user