Skip to content

Commit

Permalink
Update L/LibGit2/build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Mar 28, 2024
1 parent 2663fab commit 5c8b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/LibGit2/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ llvm_version = v"13.0.1"
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("LibSSH2_jll"; compat="1.11.0"),
Dependency("OpenSSL_jll"; compat="3.0.12")
Dependency("OpenSSL_jll"; compat="3.0.12"),
BuildDependency(PackageSpec(name="LLVMCompilerRT_jll", uuid="4e17d02c-6bf5-513e-be62-445f41c75a11", version=llvm_version);
platforms=filter(p -> sanitize(p)=="memory", platforms)),
]
Expand Down

0 comments on commit 5c8b604

Please sign in to comment.