mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
Waf building of libardour (yay!).
git-svn-id: svn://localhost/ardour2/branches/3.0@4661 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5fe3401814
commit
310d68b953
12 changed files with 309 additions and 16 deletions
|
|
@ -28,6 +28,7 @@ taglib_files += glob.glob ('taglib/toolkit/*.cpp')
|
|||
domain = 'taglib'
|
||||
|
||||
taglib.Append(CCFLAGS = "-DPACKAGE=\\\"" + domain + "\\\"")
|
||||
taglib.Append(CCFLAGS = "-DHAVE_CONFIG_H=1")
|
||||
# mingw may need this
|
||||
#taglib.Append(CCFLAGS="-no-undefined")
|
||||
taglib.Append(PACKAGE = domain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue