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