pull/282/head
Jussi Pakkanen 9 years ago
parent e4ff4b7c8c
commit a05f0385e3
  1. 2
      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):

Loading…
Cancel
Save