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 66d0d0d commit 20f58c2Copy full SHA for 20f58c2
deps/build.jl
@@ -2,7 +2,7 @@ using BinDeps, Compat
2
@BinDeps.setup
3
4
libgeos = library_dependency("libgeos",aliases=["libgeos_c", "libgeos_c-1"], validate = function(path, handle)
5
- return @compat(Libdl.dlsym_e(handle,:initGEOS)) != C_NULL
+ return @compat(Libdl.dlsym_e(handle,:initGEOS)) != C_NULL && @compat(Libdl.dlsym_e(handle,:GEOSDelaunayTriangulation)) != C_NULL
6
end)
7
8
version = "3.4.2"
0 commit comments