mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 01:56:34 +01:00
UF8 for everyone
This commit is contained in:
parent
f184acfb9d
commit
634aa9900d
1 changed files with 12 additions and 13 deletions
|
|
@ -42,7 +42,6 @@ def build(bld):
|
||||||
obj.use = 'libardour libardour_cp libgtkmm2ext'
|
obj.use = 'libardour libardour_cp libgtkmm2ext'
|
||||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')
|
obj.install_path = os.path.join(bld.env['LIBDIR'], 'surfaces')
|
||||||
|
|
||||||
if bld.is_defined('MIXBUS') or bld.is_defined('MIXBUS32C'):
|
|
||||||
obj = bld(features = 'cxx cxxshlib')
|
obj = bld(features = 'cxx cxxshlib')
|
||||||
obj.source = list(mackie_sources)
|
obj.source = list(mackie_sources)
|
||||||
obj.source += [ 'uf8_interface.cc' ]
|
obj.source += [ 'uf8_interface.cc' ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue