Skip to content

Commit 20f58c2

Browse files
committed
another attempt
1 parent 66d0d0d commit 20f58c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using BinDeps, Compat
22
@BinDeps.setup
33

44
libgeos = library_dependency("libgeos",aliases=["libgeos_c", "libgeos_c-1"], validate = function(path, handle)
5-
return @compat(Libdl.dlsym_e(handle,:initGEOS)) != C_NULL
5+
return @compat(Libdl.dlsym_e(handle,:initGEOS)) != C_NULL && @compat(Libdl.dlsym_e(handle,:GEOSDelaunayTriangulation)) != C_NULL
66
end)
77

88
version = "3.4.2"

0 commit comments

Comments
 (0)