13
0

next maybe fix thing for wine/windows vst support build

git-svn-id: svn://localhost/ardour2/branches/3.0@11584 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-03-02 22:41:29 +00:00
parent d0dda5f162
commit 93cc47cae2

View File

@ -377,6 +377,7 @@ def build(bld):
obj = bld (features = 'cxx c cxxshlib')
obj.source = gtk2_ardour_sources
obj.includes = [ '../libs/fst', '.' ]
obj.name = 'libgtk2_ardour'
obj.target = 'gtk2_ardour'
else:
# just the normal executable version of the GTK GUI