Skip to content

Commit

Permalink
[CompilerSupportLibraries] Use new libraries for aarch64-apple-darwin (
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Mar 6, 2022
1 parent fa1a3b1 commit d04e948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C/CompilerSupportLibraries/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using BinaryBuilder, SHA
include("../../fancy_toys.jl")

name = "CompilerSupportLibraries"
version = v"0.5.1"
version = v"0.5.2"

# We are going to need to extract the latest libstdc++ and libgomp from BB
# So let's grab them into tarballs by using preferred_gcc_version:
Expand Down Expand Up @@ -102,7 +102,7 @@ fi
rm -f ${libdir}/{libiconv,libxml2,libz}*.${dlext}*
# Install license (we license these all as GPL3, since they're from GCC)
install_license /usr/share/licenses/GPL3
install_license /usr/share/licenses/GPL-3.0+
"""

# These are the platforms we will build for by default, unless further
Expand Down

0 comments on commit d04e948

Please sign in to comment.