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 0395c6d commit 88cb7e5Copy full SHA for 88cb7e5
packages/basemap/setup.py
@@ -95,7 +95,7 @@ def checkversion(directory):
95
# Define runtime library dirs.
96
# Don't use runtime_library_dirs on windows (workaround for a distutils bug):
97
# http://bugs.python.org/issue2437)
98
-if sys.platform != "win32":
+if sys.platform == "win32":
99
runtime_lib_dirs = []
100
else:
101
runtime_lib_dirs = library_dirs
0 commit comments