Skip to content

Commit

Permalink
Removed NotImplementedError for MinGW-w64
Browse files Browse the repository at this point in the history
Closes #3405
  • Loading branch information
astrojuanlu committed Dec 29, 2014
1 parent 01f56bf commit acd8736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/distutils/fcompiler/gnu.py
Expand Up @@ -335,7 +335,7 @@ def get_libraries(self):
if c_compiler and c_compiler.compiler_type == "msvc":
return []
else:
raise NotImplementedError("Only MS compiler supported with gfortran on win64")
pass
return opt

def get_target(self):
Expand Down

0 comments on commit acd8736

Please sign in to comment.