Fix include path here - code includes <rubberband/RubberBandStretcher.h> so we want '.' rather than 'rubberband'
This commit is contained in:
@@ -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 != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user