13
0

add back "." as an include dir for windows vst/wine build

git-svn-id: svn://localhost/ardour2/branches/3.0@11580 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-03-01 23:17:46 +00:00
parent 3d8aacf4e3
commit 70cd8b264c

View File

@ -374,7 +374,7 @@ def build(bld):
# now the shared library containing the GTK GUI for ardour
obj = bld (features = 'cxx c cxxshlib')
obj.source = gtk2_ardour_sources
obj.includes = [ '../libs/fst' ]
obj.includes = [ '../libs/fst', '.' ]
obj.target = 'gtk2_ardour'
else:
# just the normal executable version of the GTK GUI