mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
No more wine
This commit is contained in:
parent
328585069a
commit
a74b4e8ef0
18 changed files with 49 additions and 365 deletions
|
|
@ -21,10 +21,7 @@ def configure(conf):
|
|||
print ('session-utils depend on the dummy backend.')
|
||||
autowaf.display_msg(conf, 'build session-utils', 'no')
|
||||
return
|
||||
# no wine
|
||||
if Options.options.windows_vst and Options.options.dist_target != 'mingw':
|
||||
autowaf.display_msg(conf, 'build session-utils', 'no')
|
||||
return
|
||||
|
||||
autowaf.display_msg(conf, 'build session-utils', 'yes')
|
||||
conf.load('misc')
|
||||
conf.load('compiler_cxx')
|
||||
|
|
@ -79,9 +76,6 @@ def build(bld):
|
|||
# session-utils depend on the dummy backend
|
||||
if not "dummy" in bld.env['BACKENDS']:
|
||||
return
|
||||
# no wine
|
||||
if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
|
||||
return
|
||||
|
||||
pgmprefix = bld.env['PROGRAM_NAME'].lower() + str(bld.env['MAJOR'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue