mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Remove unnecessary comma in pbd wscript file
This commit is contained in:
parent
1c1eff8845
commit
376340a29f
1 changed files with 1 additions and 2 deletions
|
|
@ -146,8 +146,7 @@ def build(bld):
|
|||
obj.uselib += ' OSX'
|
||||
obj.vnum = LIBPBD_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"',
|
||||
]
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
|
||||
if bld.env['build_target'] == 'x86_64':
|
||||
obj.defines += [ 'USE_X86_64_ASM' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue