Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 25, 2020
1 parent 093f7b7 commit 544ace9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions L/libcxxwrap_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
BuildDependency(PackageSpec(name="libjulia_jll", version=julia_version))
BuildDependency(PackageSpec(name="libjulia_jll", version=julia_version)),
BuildDependency("LibUnwind_jll"),
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version = v"7", julia_compat = "~$(julia_version.major).$(julia_version.minor)")
preferred_gcc_version = v"7", julia_compat = "^$(julia_version.major).$(julia_version.minor)")

0 comments on commit 544ace9

Please sign in to comment.