Skip to content

Commit

Permalink
Update L/libjulia/common.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Jan 28, 2022
1 parent 861c801 commit aed07a9
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(PackageSpec(; name="LibOSXUnwind_jll", version=v"0.0.6")))
push!(dependencies, BuildDependency(PackageSpec(; name="LibOSXUnwind_jll", uuid="a83860b7-747b-57cf-bf1f-3e79990d037f", version=v"0.0.6")))
end

if version < v"1.6"
Expand Down

0 comments on commit aed07a9

Please sign in to comment.