mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
finish unfinished work at basing all install paths on the program name
This commit is contained in:
parent
ff25ebe7d9
commit
058986f77b
34 changed files with 40 additions and 39 deletions
|
|
@ -67,7 +67,7 @@ def build(bld):
|
|||
obj.target = 'waves_audiobackend'
|
||||
obj.use = [ 'libardour', 'libpbd' ]
|
||||
obj.vnum = WAVESAUDIOBACKEND_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'backends')
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
|
||||
obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
|
||||
'__MACOS__',
|
||||
'ARDOURBACKEND_DLL_EXPORTS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue