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