Fix meson.build

This commit is contained in:
Jacob 2023-09-11 00:00:06 +02:00
parent b11461ab9e
commit f600ee4928

View file

@ -22,7 +22,7 @@ project_target = executable(
meson.project_name(),
project_source_files, install : true,
dependencies: project_dependencies,
c_args : build_args,
cpp_args : build_args,
)
test('mcopy', project_target)