mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix paths in ardour.sh
This commit is contained in:
parent
cd57e14cf3
commit
7ba3e50e51
2 changed files with 9 additions and 9 deletions
|
|
@ -483,7 +483,7 @@ def build(bld):
|
|||
'INSTALL_PREFIX' : bld.env['PREFIX'],
|
||||
'LIBDIR' : os.path.normpath(bld.env['DLLDIR']),
|
||||
'DATADIR' : os.path.normpath(bld.env['DATADIR']),
|
||||
'SYSCONFDIR' : os.path.normpath(bld.env['CONFDIR']),
|
||||
'CONFDIR' : os.path.normpath(bld.env['CONFDIR']),
|
||||
'LIBS' : 'build/libs',
|
||||
'VERSION' : bld.env['VERSION'],
|
||||
'EXECUTABLE' : 'build/gtk2_ardour/ardour-' + bld.env['VERSION']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue