Skip to content

Commit b058977

Browse files
committed
Fixed typo in build.jl, but passes tests
1 parent 39ff654 commit b058977

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 @@ deps = [sqlite3_lib = library_dependency("sqlite3_lib", aliases=["sqlite3","sqli
88
using Homebrew
99
provides(Homebrew.HB, {"sqlite" => sqlite3_lib})
1010
end
11-
@unix_only
11+
@unix_only begin
1212
provides(Yum, {"sqlite3-devel" => sqlite3_lib})
1313
provides(AptGet, {"sqlite3" => sqlite3_lib})
1414
end

0 commit comments

Comments
 (0)