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 b61876c commit a8d7ad8Copy full SHA for a8d7ad8
deps/build.jl
@@ -8,7 +8,7 @@ end)
8
version = "3.6.1"
9
10
provides(Sources, URI("http://download.osgeo.org/geos/geos-$(version).tar.bz2"), [libgeos], os = :Unix)
11
-provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shlib_ext),libgeos)
+provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*Libdl.dlext),libgeos)
12
# provides(AptGet,"libgeos-dev", libgeos)
13
# TODO: provides(Yum,"libgeos-dev", libgeos)
14
# TODO: provides(Pacman,"libgeos-dev", libgeos)
0 commit comments