From dc19cb986696d4e8733a1ef780826b931ed1cca5 Mon Sep 17 00:00:00 2001 From: TheAifam5 Date: Fri, 24 May 2019 01:12:15 +0200 Subject: [PATCH] Fix meson.build --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 819ab8a5..dbd53a1a 100644 --- a/meson.build +++ b/meson.build @@ -48,7 +48,7 @@ if get_option('single') sol2_single = custom_target('sol2_single', input: cmd.stdout().strip().split('\n'), output: 'sol.hpp', - command: [ python, files('single/single.py'), '--input', './include'. '--output', '@OUTPUT@' ] + command: [ python, files('single/single.py'), '--input', './include', '--output', '@OUTPUT@' ] ) # Expose the dependency. @@ -57,4 +57,4 @@ if get_option('single') compile_args: compile_args, dependencies: [ lua_dep ], ) -endif \ No newline at end of file +endif