We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42d57a commit 7be5995Copy full SHA for 7be5995
deps/build.jl
@@ -8,7 +8,7 @@ libiconv = library_dependency("libiconv", aliases = ["libc", "iconv"],
8
9
@windows_only begin
10
using WinRPM
11
- provides(WinRPM.RPM, "win_iconv", libiconv, os = :Windows)
+ provides(WinRPM.RPM, "win_iconv-dll", libiconv, os = :Windows)
12
end
13
14
@osx_only begin
0 commit comments