mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
(reapply with fixes) Build system changes to support mingw build target
This commit is contained in:
parent
96ea407d1a
commit
00ae5492f4
6 changed files with 50 additions and 13 deletions
|
|
@ -65,6 +65,7 @@ def build(bld):
|
|||
'''.split()
|
||||
obj.export_includes = ['.', 'taglib', 'taglib/toolkit']
|
||||
obj.includes = include_dirs
|
||||
obj.defines = ['MAKE_TAGLIB_LIB']
|
||||
obj.name = 'libtaglib'
|
||||
obj.target = 'taglib'
|
||||
obj.vnum = LIBTAGLIB_LIB_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue