mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Don't use module versioning with jack backend in the mingw build
This commit is contained in:
parent
5a01bff128
commit
d3cf4e3986
1 changed files with 1 additions and 1 deletions
|
|
@ -49,8 +49,8 @@ def build(bld):
|
|||
obj.uselib = [ 'JACK', 'PORTAUDIO' ]
|
||||
else:
|
||||
obj.uselib = [ 'JACK' ]
|
||||
obj.vnum = JACKBACKEND_VERSION
|
||||
obj.use = 'libardour libpbd ardouralsautil'
|
||||
obj.vnum = JACKBACKEND_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
|
||||
obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
|
||||
'ARDOURBACKEND_DLL_EXPORTS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue