Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Jun 8, 2023
1 parent db70160 commit 3b7b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mt_core_test = executable(
'src/mt_core_test/mt_channel_test.c',
'src/mt_core_test/mt_path_test.c'
],
include_directories: ['src/mt_core']
include_directories: ['src/mt_core'],
dependencies: sov_dependencies)

test('MT_CORE_TEST', mt_core_test)
Expand Down

0 comments on commit 3b7b8c6

Please sign in to comment.