Clang fix.

This commit is contained in:
Jussi Pakkanen 2015-10-16 00:06:02 +03:00
parent e4ff4b7c8c
commit a05f0385e3
1 changed files with 0 additions and 2 deletions

View File

@ -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):