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.
2 parents eed2c8e + e87a896 commit 71fd85fCopy full SHA for 71fd85f
deps/build.jl
@@ -14,8 +14,8 @@ end
14
provides(Homebrew.HB, "sqlite", sqlite3_lib, os = :Darwin)
15
end
16
@unix_only begin
17
- provides(Yum, {"sqlite3-devel" => sqlite3_lib})
18
- provides(AptGet, {"sqlite3" => sqlite3_lib})
+ provides(Yum, Dict("sqlite3-devel" => sqlite3_lib))
+ provides(AptGet, Dict("sqlite3" => sqlite3_lib))
19
20
21
-@BinDeps.install [:sqlite3_lib => :sqlite3_lib ]
+@BinDeps.install Dict(:sqlite3_lib => :sqlite3_lib)
0 commit comments