fix up waf build in wake of search path changes earlier today

This commit is contained in:
Paul Davis
2014-03-10 17:28:18 -04:00
parent 1a3634f3b9
commit 495c0de4ac
7 changed files with 6 additions and 15 deletions

View File

@@ -148,7 +148,6 @@ def build(bld):
obj.vnum = LIBPBD_LIB_VERSION
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"',
'PROGRAM_NAME="' + bld.env['PROGRAM_NAME'] + '"'
]
if bld.env['build_target'] == 'x86_64':