From a05f0385e3ba8a3cf95dea1ed6cf9c8bb266c707 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 16 Oct 2015 00:06:02 +0300 Subject: [PATCH] Clang fix. --- compilers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/compilers.py b/compilers.py index bb32069e3..ec618e983 100644 --- a/compilers.py +++ b/compilers.py @@ -1237,8 +1237,6 @@ class ClangCCompiler(CCompiler): return args def get_option_link_args(self, options): - if self.gcc_type == GCC_MINGW: - return options['c_winlibs'].value return [] class GnuCPPCompiler(CPPCompiler):