Skip to content

Commit e0427e4

Browse files
committed
adjust bindeps usage
trying to fix win32 problem
1 parent 2a49c8f commit e0427e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/build.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
using BinDeps
1+
using BinDeps, Compat
22

33
@BinDeps.setup
44

5+
libxml2 = library_dependency("libxml2", aliases="libxml2-2")
56
@windows_only begin
6-
libxml2 = library_dependency("libxml2-2")
77
using WinRPM
88
provides(WinRPM.RPM, "libxml2-2", libxml2, os = :Windows)
99
end
1010

11-
@BinDeps.install
11+
@BinDeps.install @compat(Dict(:libxml2 => :libxml2))

0 commit comments

Comments
 (0)