Strip trailing whitespace from waf scripts.
git-svn-id: svn://localhost/ardour2/branches/3.0@5045 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -50,7 +50,7 @@ def build(bld):
|
||||
obj.source = []
|
||||
for i in sources:
|
||||
obj.source += [ i.replace(path_prefix, '') ]
|
||||
|
||||
|
||||
include_dirs = '''
|
||||
taglib
|
||||
taglib/toolkit
|
||||
@@ -73,7 +73,7 @@ def build(bld):
|
||||
obj.target = 'taglib'
|
||||
obj.vnum = LIBTAGLIB_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
|
||||
|
||||
def shutdown():
|
||||
autowaf.shutdown()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user