Skip to content

Commit dd22ca7

Browse files
committed
minor change for windows dep
1 parent 435301f commit dd22ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using BinDeps
33
@BinDeps.setup
44

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

0 commit comments

Comments
 (0)