Skip to content

Commit 598b2a4

Browse files
committed
Fix undeclared variable situation in setup file
1 parent ed6a27b commit 598b2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/basemap/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def checkversion(directory):
4545
# Initialise include and library dirs.
4646
include_dirs = []
4747
library_dirs = []
48+
runtime_library_dirs = []
4849

4950
# Define NumPy include dirs.
5051
numpy_include_path = os.environ.get("NUMPY_INCLUDE_PATH", None)

0 commit comments

Comments
 (0)