mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
wscript: drop unnecessary trailing ";"
This commit is contained in:
parent
49855e52aa
commit
5b7431f243
6 changed files with 23 additions and 23 deletions
|
|
@ -107,7 +107,7 @@ def build(bld):
|
|||
obj.defines += [ 'USE_WEAK_JACK', 'HAVE_JACK_PORT_RENAME' ]
|
||||
obj.deps = [ 'weak_libjack.def' ]
|
||||
|
||||
obj.uselib += [ 'GLIBMM', 'XML', 'OSX'];
|
||||
obj.uselib += [ 'GLIBMM', 'XML', 'OSX']
|
||||
|
||||
#
|
||||
# device discovery code in the jack backend needs ALSA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue