aboutsummaryrefslogtreecommitdiff
path: root/compilers.py
diff options
context:
space:
mode:
Diffstat (limited to 'compilers.py')
-rw-r--r--compilers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/compilers.py b/compilers.py
index bb32069..ec618e9 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):