From 7590cfc610f08fbc7f8c1fb5ec78cdd5adb0f031 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 18 Mar 2020 18:36:41 -0500 Subject: [PATCH] Update meson build file to try and fix LGTM. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 41cf36d1..2aebc8d2 100644 --- a/meson.build +++ b/meson.build @@ -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 ])