mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix meson.build
This commit is contained in:
parent
a2295e2545
commit
dc19cb9866
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user