mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Require prefix for libardour library header location
This commit is contained in:
parent
3f3d0c7e49
commit
705386842b
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ def build(bld):
|
|||
obj.cxxflags = [ bld.env['compiler_flags_dict']['pic'] ]
|
||||
obj.defines = [ ]
|
||||
|
||||
obj.export_includes = ['.', './control_protocol' ]
|
||||
obj.export_includes = ['.']
|
||||
obj.defines += [ 'PACKAGE="ardour_cp"' ]
|
||||
obj.includes = ['.', './control_protocol']
|
||||
obj.name = 'libardour_cp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue