We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f165fb3 + b63cb29 commit 23011beCopy full SHA for 23011be
packages/basemap/setup.py
@@ -119,7 +119,7 @@ def run(self):
119
# `distutils` bug (http://bugs.python.org/issue2437).
120
library_dirs.append(os.path.join(geos_install_prefix, "bin"))
121
runtime_library_dirs = []
122
- dlls = glob.glob(os.path.join(geos_install_prefix, "*", "geos_c.dll"))
+ dlls = glob.glob(os.path.join(geos_install_prefix, "*", "*geos_c*.dll"))
123
if dlls:
124
data_files.append(("../..", sorted(dlls)))
125
0 commit comments