Skip to content

Commit 368b340

Browse files
committed
Remove Homebrew libiconv provider
It's not needed as the system iconv works. Anyway, it didn't work since the package isn't available in the default repo.
1 parent c447da5 commit 368b340

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
julia 0.4
22
BinDeps
3-
@osx Homebrew
43
@windows WinRPM

deps/build.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ libiconv = library_dependency("libiconv", aliases = ["libc", "iconv"],
1111
provides(WinRPM.RPM, "win_iconv-dll", libiconv, os = :Windows)
1212
end
1313

14-
@osx_only begin
15-
using Homebrew
16-
provides(Homebrew.HB, "libiconv", libiconv, os = :Darwin)
17-
end
18-
1914
provides(Sources,
2015
URI("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"),
2116
libiconv,

0 commit comments

Comments
 (0)