mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
fix JACK metadata configure check.
Trying to explicitly specify linkflags is (a) not portable (b) doesn't honor order-sensitive linkers
This commit is contained in:
parent
33d05fd7e8
commit
52a58f1ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ def configure(conf):
|
|||
okmsg = 'ok',
|
||||
errmsg = 'not found (or broken). JACK metadata API will not be used',
|
||||
define_name = 'HAVE_JACK_METADATA',
|
||||
linkflags=['-ljack'])
|
||||
uselib = 'JACK')
|
||||
|
||||
def build(bld):
|
||||
obj = bld(features = 'c cxx cxxshlib')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue