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.
1 parent b797a0c commit d7deb52Copy full SHA for d7deb52
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