mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
remove hardcoded major version in build scripts
This commit is contained in:
parent
7985624037
commit
659c0d093d
4 changed files with 36 additions and 18 deletions
|
|
@ -21,7 +21,8 @@ def build(bld):
|
|||
target = 'timecode',
|
||||
includes = ['.'],
|
||||
export_includes = ['.'],
|
||||
defines = [ 'LIBTIMECODE_DLL_EXPORTS' ]
|
||||
defines = [ 'LIBTIMECODE_DLL_EXPORTS' ],
|
||||
install_path = bld.env['LIBDIR']
|
||||
)
|
||||
|
||||
def shutdown():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue