Skip to content

Commit

Permalink
libcxxwrap 0.8.4 for Julia 1.4 (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 21, 2020
1 parent 6e3a340 commit caee25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L/libcxxwrap_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# `julia build_tarballs.jl --help` to see a usage message.
using BinaryBuilder, Pkg

julia_version = v"1.3.1"
julia_version = v"1.4.2"

name = "libcxxwrap_julia"
version = v"0.8.3"
version = v"0.8.4"

const is_yggdrasil = haskey(ENV, "BUILD_BUILDNUMBER")
git_repo = is_yggdrasil ? "https://github.com/JuliaInterop/libcxxwrap-julia.git" : joinpath(ENV["HOME"], "src/julia/libcxxwrap-julia/")
Expand Down

0 comments on commit caee25a

Please sign in to comment.