mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -67,7 +67,7 @@ def build(bld):
|
|||
libsmf/smf_save.c
|
||||
libsmf/smf_tempo.c
|
||||
'''
|
||||
libsmf.export_includes = ['./libsmf']
|
||||
libsmf.export_includes = ['.']
|
||||
libsmf.defines = ['SMF_VERSION="1.2"', 'LIBSMF_DLL_EXPORTS']
|
||||
libsmf.includes = ['./src']
|
||||
libsmf.name = 'libsmf'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue