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.
2 parents b3fd3fc + 1ddc9de commit ee47e81Copy full SHA for ee47e81
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