From 61c199b97c3eb4bbd84d2d033594be682944a416 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Feb 2014 23:32:35 +0100 Subject: hardour does not yet support wine-builds --- headless/wscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'headless') diff --git a/headless/wscript b/headless/wscript index 3df0e09e93..d0f9b99ecd 100644 --- a/headless/wscript +++ b/headless/wscript @@ -30,6 +30,8 @@ def configure(conf): def build(bld): VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR']) + if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw': + return # just the normal executable version of the GTK GUI obj = bld (features = 'cxx c cxxprogram') @@ -66,7 +68,7 @@ def build(bld): obj.includes += ['../libs'] if bld.env['build_target'] == 'mingw': - if bld.env['DEBUG'] == False: + if bld.env['DEBUG'] == False: obj.linkflags = ['-mwindows'] if bld.is_defined('NEED_INTL'): -- cgit v1.2.3