Skip to content

Commit 7be5995

Browse files
committed
Use win_conv-dll WinRPM package
This is the name of the new package shipping the DLL.
1 parent b42d57a commit 7be5995

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
@@ -8,7 +8,7 @@ libiconv = library_dependency("libiconv", aliases = ["libc", "iconv"],
88

99
@windows_only begin
1010
using WinRPM
11-
provides(WinRPM.RPM, "win_iconv", libiconv, os = :Windows)
11+
provides(WinRPM.RPM, "win_iconv-dll", libiconv, os = :Windows)
1212
end
1313

1414
@osx_only begin

0 commit comments

Comments
 (0)