8000
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 3bc8ed4 + bce84bb commit cacdfd3Copy full SHA for cacdfd3
numpy/distutils/fcompiler/gnu.py
@@ -313,7 +313,7 @@ def get_library_dirs(self):
313
if target:
314
d = os.path.normpath(self.get_libgcc_dir())
315
root = os.path.join(d, *((os.pardir,)*4))
316
- path = os.path.join(root, target, "lib")
+ path = os.path.join(root, "lib")
317
mingwdir = os.path.normpath(path)
318
if os.path.exists(os.path.join(mingwdir, "libmingwex.a")):
319
opt.append(mingwdir)
0 commit comments