Skip to content

Commit

Permalink
[libjulia] Fix LibOSXUnwind_jll build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 28, 2022
1 parent 038f59d commit 9026472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function build_julia(ARGS, version::VersionNumber; jllversion=version)
if version < v"1.5.1"
push!(dependencies, Dependency("LibOSXUnwind_jll", compat="0.0.5"))
elseif version < v"1.7"
push!(dependencies, BuildDependency("LibOSXUnwind_jll", compat="0.0.6"))
push!(dependencies, BuildDependency(PackageSpec(; name="LibOSXUnwind_jll", version=v"0.0.6")))
end

if version < v"1.6"
Expand Down

0 comments on commit 9026472

Please sign in to comment.