mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
revert to continued used of .ardour as session file suffix for now, to avoid immediate transition issues
This commit is contained in:
parent
5825f5b2be
commit
68374fa9ec
1 changed files with 3 additions and 1 deletions
4
wscript
4
wscript
|
|
@ -393,7 +393,9 @@ def set_compiler_flags (conf,opt):
|
|||
executable_name = 'ardour3'
|
||||
else:
|
||||
lwrcase_dirname = 'tracks'
|
||||
statefile_suffix = '.tracks'
|
||||
# plan to change this sooner rather than later
|
||||
# statefile_suffix = '.tracks'
|
||||
statefile_suffix = '.ardour'
|
||||
executable_name = 'tracks'
|
||||
|
||||
conf.env['INSTALL_DIRNAME'] = lwrcase_dirname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue