mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix (?) handling of fake regions; use int cast before MeterFoo cast; use default values for MeterFoo switch table conversions
git-svn-id: svn://localhost/ardour2/trunk@987 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
626775f128
commit
fe7c3976c9
6 changed files with 15 additions and 14 deletions
|
|
@ -271,7 +271,7 @@ rcu = gtkardour.Program(target = 'rcu', source = rcu_files)
|
|||
tt = gtkmmtests.Program(target = 'tt', source = tt_files)
|
||||
|
||||
my_subst_dict = { }
|
||||
my_subst_dict['%INSTALL_PREFIX%'] = install_prefix
|
||||
my_subst_dict['%INSTALL_PREFIX%'] = final_prefix
|
||||
|
||||
ardoursh = env.SubstInFile ('ardour.sh','ardour.sh.in', SUBST_DICT = my_subst_dict);
|
||||
env.AddPostAction (ardoursh, Chmod ('$TARGET', 0755))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue