Fix include path here - code includes <rubberband/RubberBandStretcher.h> so we want '.' rather than 'rubberband'

This commit is contained in:
Chris Cannam
2022-01-06 11:39:50 +00:00
parent dccf75e9f0
commit d37fed964c

View File

@@ -488,7 +488,7 @@ rubberband_library = library(
# #
rubberband_dep = declare_dependency( rubberband_dep = declare_dependency(
link_with: rubberband_library, link_with: rubberband_library,
include_directories: 'rubberband', include_directories: '.',
) )
if get_option('default_library') != 'shared' and rubberband_additional_static_lib != '' if get_option('default_library') != 'shared' and rubberband_additional_static_lib != ''