mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Don't use module versioning with jack backend in the mingw build
This commit is contained in:
parent
be277e311b
commit
67c43d4b49
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