mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix cross-compile linking (libusb - see also 5794d21a76)
This commit is contained in:
parent
f589aedcfe
commit
6572b8d409
5 changed files with 18 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ def build(bld):
|
|||
if bld.is_defined('HAVE_SUIL'):
|
||||
obj.uselib += ' SUIL'
|
||||
|
||||
if bld.is_defined('HAVE_USB'):
|
||||
obj.uselib += ' USB'
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
obj.uselib += ' AUDIOUNITS OSX'
|
||||
obj.use += ' libappleutility'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue