diff --git a/tests/meson.build b/tests/meson.build index 1a4040b5c..9005c4f90 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -26,7 +26,7 @@ foreach t : opus_tests if test_name == 'test_opus_projection' or test_name == 'test_opus_extensions' exe_kwargs = { 'link_with': [celt_lib, silk_lib, dnn_lib], - 'objects': opus_lib.extract_all_objects(), + 'objects': opus_lib.extract_all_objects(recursive: true), } endif