mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
run subst on, and install, the ardourVST startup script if doing a windows VST support build
git-svn-id: svn://localhost/ardour2/branches/3.0@11555 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f040987f25
commit
2c7c706778
1 changed files with 9 additions and 0 deletions
|
|
@ -467,6 +467,15 @@ def build(bld):
|
|||
obj.install_path = bld.env['BINDIR']
|
||||
set_subst_dict(obj, wrapper_subst_dict)
|
||||
|
||||
if bld.is_defined('WINDOWS_VST_SUPPORT'):
|
||||
obj = bld(features = 'subst')
|
||||
obj.source = '../vst/ardourvst.in'
|
||||
obj.target = 'ardourvst3'
|
||||
obj.chmod = Utils.O755
|
||||
obj.dict = wrapper_subst_dict
|
||||
obj.install_path = bld.env['BINDIR']
|
||||
set_subst_dict(obj, wrapper_subst_dict)
|
||||
|
||||
# Font configuration
|
||||
|
||||
dark_rc_subst_dict = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue