part 2 of 3 of the 2.8 -> 3.0 merge
git-svn-id: svn://localhost/ardour2/branches/3.0@4987 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -65,6 +65,9 @@ pbd.Merge ([ libraries['sigc2'],
|
||||
libraries['glib2'],
|
||||
libraries['boost'] ])
|
||||
|
||||
if pbd['VST']:
|
||||
pbd.Append(CCFLAGS="-DWINE_THREAD_SUPPORT", CPPPATH="#libs/fst")
|
||||
|
||||
pbd.VersionBuild(['version.cc','pbd/version.h'], [])
|
||||
|
||||
libpbd = pbd.SharedLibrary('pbd', pbd_files)
|
||||
|
||||
Reference in New Issue
Block a user