Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 18, 2022
1 parent aa02712 commit 18acfe4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ function build_julia(ARGS, version::VersionNumber; jllversion=version)
ArchiveSource("https://github.com/JuliaLang/julia/releases/download/v$(version)/julia-$(version).tar.gz", checksums[version]),
DirectorySource("./bundled"),
]

if version == v"1.6.3"
# WORKAROUND
push!(sources, ArchiveSource("https://github.com/JuliaBinaryWrappers/LibOSXUnwind_jll.jl/releases/download/LibOSXUnwind-v0.0.7%2B0/LibOSXUnwind.v0.0.7.x86_64-apple-darwin.tar.gz",
"e2ea6ecae13c0f2666d1b3020098feeab92affae1614f6b2a992dde0af88ec2f",
unpack_target="LibOSXUnwind_jll"))
end

end

# Bash recipe for building across all platforms
Expand Down

0 comments on commit 18acfe4

Please sign in to comment.