From 1c839ed541812f3867a31ff0f8a077a688784c51 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 4 Mar 2014 18:53:43 +0100 Subject: some more mingw x-compile fixes --- libs/fst/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/fst/wscript') diff --git a/libs/fst/wscript b/libs/fst/wscript index 44ff9a8128..d7223fb30b 100644 --- a/libs/fst/wscript +++ b/libs/fst/wscript @@ -27,7 +27,7 @@ def configure(conf): conf.load('misc') conf.load('compiler_cxx') autowaf.configure(conf) - if conf.env['WINDOWS_VST_SUPPORT'] == True and bld.env['build_target'] == 'mingw': + if conf.env['WINDOWS_VST_SUPPORT'] == True and Options.options.dist_target == 'mingw': conf.check(compiler='cxx', lib='gdi32', mandatory=True, -- cgit v1.2.3