Clang fix.
This commit is contained in:
parent
e4ff4b7c8c
commit
a05f0385e3
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue