Fix meson.build

This commit is contained in:
TheAifam5 2019-05-24 01:12:15 +02:00 committed by The Phantom Derpstorm
parent a2295e2545
commit dc19cb9866

View File

@ -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
endif