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 b3fd3fc commit 1ddc9deCopy full SHA for 1ddc9de
deps/build.jl
@@ -16,7 +16,6 @@ provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shli
16
@windows_only begin
17
using WinRPM
18
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_13.2")
19
- push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/windows_mingw_win32_openSUSE_13.2")
20
WinRPM.update()
21
provides(WinRPM.RPM, "libgeos", [libgeos], os = :Windows)
22
end
0 commit comments