Skip to content

Commit 03f81b1

Browse files
committed
Add Homebrew and WinRPM to REQUIRE
1 parent e61aa81 commit 03f81b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

REQUIRE

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

deps/build.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ deps = [
1414
end
1515

1616
@osx_only begin
17-
if Pkg.installed("Homebrew") === nothing
18-
error("Homebrew package not installed, please run Pkg.add(\"Homebrew\")")
19-
end
2017
using Homebrew
2118
provides(Homebrew.HB, "libiconv", libiconv, os = :Darwin)
2219
end

0 commit comments

Comments
 (0)