mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
VST=1 support working in build scripts
git-svn-id: svn://localhost/ardour2/trunk@963 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4f70247986
commit
c0192ee340
2 changed files with 4 additions and 3 deletions
|
|
@ -67,8 +67,8 @@ wine_executable = ardour_vst.SubstInFile ('ardourvst', 'ardourvst.in', SUBST_DIC
|
|||
# make sure the scripts are executable
|
||||
|
||||
if ardour_vst['VST']:
|
||||
ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (os.chmod ('ardevst', S_IRUSR|S_IROTH|S_IRGRP|S_IWUSR|S_IXUSR|S_IXOTH|S_IXGRP)))
|
||||
ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (os.chmod ('ardourvst', S_IRUSR|S_IROTH|S_IRGRP|S_IWUSR|S_IXUSR|S_IXOTH|S_IXGRP)))
|
||||
ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (Chmod ('ardevst', 0755)))
|
||||
ardour_vst.AddPostAction (wine_executable, ardour_vst.Action (Chmod (wine_executable, 0755)))
|
||||
Default([wine_generated_executable, wine_executable])
|
||||
|
||||
# the wine script - into the bin dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue