Skip to content

Commit

Permalink
[LibUV] Use GCC 5 for stdatomic.h
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Feb 9, 2024
1 parent 9b4817a commit 77f893e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions L/LibUV/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ dependencies = [
# Note: we explicitly lie about this because we don't have the new
# versioning APIs worked out in BB yet.
version = v"2.0.1"
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
# We need GCC 4.9+ for stdatomic.h
julia_compat="1.6", preferred_gcc_version=v"5")

0 comments on commit 77f893e

Please sign in to comment.