mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
fix EXECUTABLE for ardev and friends to correctly name executable in build tree
This commit is contained in:
parent
2608c93449
commit
5825f5b2be
1 changed files with 3 additions and 2 deletions
|
|
@ -516,8 +516,9 @@ def build(bld):
|
|||
'CONFDIR' : os.path.normpath(bld.env['CONFDIR']),
|
||||
'LIBS' : 'build/libs',
|
||||
'VERSION' : bld.env['VERSION'],
|
||||
# this is for ardev and friends
|
||||
'EXECUTABLE' : 'build/gtk2_ardour/' + bld.env['EXECUTABLE_NAME'],
|
||||
# this is for ardev and friends and refers to the executable
|
||||
# that can be found in the build tree.
|
||||
'EXECUTABLE' : 'build/gtk2_ardour/' + bld.env['EXECUTABLE_NAME'] + '-' + str (bld.env['VERSION']),
|
||||
# this is for the script installed by ./waf install
|
||||
'EXECUTABLE_NAME' : bld.env['EXECUTABLE_NAME'],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue