mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: drop unnecessary trailing ";"
This commit is contained in:
parent
49855e52aa
commit
5b7431f243
6 changed files with 23 additions and 23 deletions
|
|
@ -27,7 +27,7 @@ def configure(conf):
|
|||
def build(bld):
|
||||
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
|
||||
if not bld.is_defined('HAVE_READLINE'):
|
||||
return;
|
||||
return
|
||||
|
||||
# commandline luasession wrapper script
|
||||
if bld.env['build_target'] != 'mingw':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue