Skip to content

Commit 9bde3c5

Browse files
committed
fix WinRPM package name
see https://build.opensuse.org/package/rdiff/windows:mingw:win64/mingw64-libxml2?linkrev=base&rev=29, dll was moved into a separately named package
1 parent 74ff06c commit 9bde3c5

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
@@ -5,7 +5,7 @@ using BinDeps
55

66
libxml2 = library_dependency("libxml2-2")
77
using WinRPM
8-
provides(WinRPM.RPM, "libxml2", libxml2, os = :Windows)
8+
provides(WinRPM.RPM, "libxml2-2", libxml2, os = :Windows)
99

1010
@BinDeps.install
1111
end

0 commit comments

Comments
 (0)