mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
do not install cfgtool
This commit is contained in:
parent
c7216e03f1
commit
7939f21779
1 changed files with 5 additions and 8 deletions
|
|
@ -1,10 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from waflib.extras import autowaf as autowaf
|
from waflib.extras import autowaf as autowaf
|
||||||
from waflib import Options, TaskGen
|
|
||||||
import waflib.Logs as Logs, waflib.Utils as Utils
|
|
||||||
import shutil
|
|
||||||
import sys
|
|
||||||
import time
|
|
||||||
|
|
||||||
top = '.'
|
top = '.'
|
||||||
out = 'build'
|
out = 'build'
|
||||||
|
|
@ -22,3 +17,5 @@ def build(bld):
|
||||||
obj.source = 'cfgtool.cc'
|
obj.source = 'cfgtool.cc'
|
||||||
obj.target = 'cfgtool'
|
obj.target = 'cfgtool'
|
||||||
obj.use = [ 'libpbd', 'libardour', ]
|
obj.use = [ 'libpbd', 'libardour', ]
|
||||||
|
obj.use = [ 'libpbd', 'libardour', ]
|
||||||
|
obj.install_path = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue