Skip to content

Commit 56753f6

Browse files
committed
drop bindeps, always install from winrpm directly
1 parent e0427e4 commit 56753f6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

deps/build.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
using BinDeps, Compat
2-
3-
@BinDeps.setup
4-
5-
libxml2 = library_dependency("libxml2", aliases="libxml2-2")
61
@windows_only begin
72
using WinRPM
8-
provides(WinRPM.RPM, "libxml2-2", libxml2, os = :Windows)
3+
WinRPM.install("libxml2-2", yes=true)
94
end
10-
11-
@BinDeps.install @compat(Dict(:libxml2 => :libxml2))

0 commit comments

Comments
 (0)