wscript: drop unnecessary trailing ";"

This commit is contained in:
Mads Kiilerich 2022-01-25 20:43:15 +01:00
parent 49855e52aa
commit 5b7431f243
6 changed files with 23 additions and 23 deletions

View file

@ -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