Skip to content

Commit f48f90f

Browse files
committed
only link against geos C API on non-windows platforms (and not against C++ library)
1 parent 822ea19 commit f48f90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def checkversion(GEOS_dir):
8383
library_dirs=geos_library_dirs,
8484
runtime_library_dirs=geos_library_dirs,
8585
include_dirs=geos_include_dirs,
86-
libraries=['geos_c','geos']))
86+
libraries=['geos_c']))
8787

8888
# Specify all the required mpl data
8989
# create pyproj binary datum shift grid files.

0 commit comments

Comments
 (0)