mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
remove debug output
This commit is contained in:
parent
b244daf087
commit
55089df0c4
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ def configure(conf):
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
scripts = bld.path.ant_glob ('*.lua', excl=['^_*'])
|
scripts = bld.path.ant_glob ('*.lua', excl=['^_*'])
|
||||||
print scripts
|
|
||||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'scripts'), scripts)
|
bld.install_files (os.path.join(bld.env['DATADIR'], 'scripts'), scripts)
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue