From d37fed964ca853c89c6c65385513ff9de2c7011d Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 6 Jan 2022 11:39:50 +0000 Subject: [PATCH] Fix include path here - code includes so we want '.' rather than 'rubberband' --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c1e526f..474a2e1 100644 --- a/meson.build +++ b/meson.build @@ -488,7 +488,7 @@ rubberband_library = library( # rubberband_dep = declare_dependency( link_with: rubberband_library, - include_directories: 'rubberband', + include_directories: '.', ) if get_option('default_library') != 'shared' and rubberband_additional_static_lib != ''