yocontra / node-gdal-next

Node.js bindings for GDAL (Geospatial Data Abstraction Library) [Fork]
https://contra.io/node-gdal-next/
Apache License 2.0
75 stars 36 forks source link

remove -lgeos_c and link to .o file #21

Closed mmomtchev closed 4 years ago

mmomtchev commented 4 years ago

There is no shared library built for libgeos The GDAL build is static anyway, so it is not needed either There is a static .o file that gyp will automatically include if -lgeos_c is omitted

20

yocontra commented 4 years ago

Thanks - looks like this was a holdover from the previous repo. I'll test it out and release as a patch bump if everything works out.