Fix build. Disable template installation for a bit because I forgot that waf's subst builder doesn't like spaces in filenames.
git-svn-id: svn://localhost/ardour2/branches/3.0@8402 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cacc66580a
commit
d6cd4796b8
@ -6,6 +6,9 @@ import glob
|
|||||||
srcdir = '.'
|
srcdir = '.'
|
||||||
blddir = 'build'
|
blddir = 'build'
|
||||||
|
|
||||||
|
def configure(conf):
|
||||||
|
pass
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
|
||||||
subst_dict = {}
|
subst_dict = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user