Skip to content

Commit

Permalink
Replaced LibUV dep with a build dep
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
stemann and giordano authored Mar 17, 2022
1 parent 697d653 commit c2085c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G/Gloo/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("LibUV_jll", v"2.0.0"),
BuildDependency("LibUV_jll", v"2.0.0"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit c2085c7

Please sign in to comment.