mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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.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.source = list(mackie_sources)
|
||||
obj.source += [ 'uf8_interface.cc' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue