We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28a05b3 + d7deb52 commit 8365e3aCopy full SHA for 8365e3a
numpy/distutils/fcompiler/gnu.py
@@ -247,7 +247,7 @@ def get_flags_arch(self):
247
return []
248
249
def runtime_library_dir_option(self, dir):
250
- if sys.platform == 'win32':
+ if sys.platform == 'win32' or sys.platform == 'cygwin':
251
# Linux/Solaris/Unix support RPATH, Windows does not
252
raise NotImplementedError
253
0 commit comments