Skip to content

Commit 85c2ffd

Browse files
committed
release 0.73.23
2 parents eeb106d + 330bca6 commit 85c2ffd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build_tarballs.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ fi
6969
# These are the platforms we will build for by default, unless further
7070
# platforms are passed in on the command line
7171
platforms = [
72-
Platform("armv7l", "linux"; libc="glibc"),
73-
Platform("aarch64", "linux"; libc="glibc"),
74-
Platform("x86_64", "linux"; libc="glibc"),
75-
Platform("i686", "linux"; libc="glibc"),
76-
Platform("powerpc64le", "linux"; libc="glibc"),
72+
Platform("armv7l", "linux"; libc="glibc", cxxstring_abi="cxx11"),
73+
Platform("aarch64", "linux"; libc="glibc", cxxstring_abi="cxx11"),
74+
Platform("x86_64", "linux"; libc="glibc", cxxstring_abi="cxx11"),
75+
Platform("i686", "linux"; libc="glibc", cxxstring_abi="cxx11"),
76+
Platform("powerpc64le", "linux"; libc="glibc", cxxstring_abi="cxx11"),
7777
Platform("x86_64", "windows"),
7878
Platform("i686", "windows"),
7979
Platform("x86_64", "macos"),
@@ -95,7 +95,7 @@ products = [
9595
# Dependencies that must be installed before this package can be built
9696
dependencies = [
9797
Dependency("Bzip2_jll"; compat="1.0.9"),
98-
Dependency("Cairo_jll"; compat="1.16.1"),
98+
Dependency("Cairo_jll", compat="1.16.1"),
9999
Dependency("FFMPEG_jll"),
100100
Dependency("Fontconfig_jll"),
101101
Dependency("FreeType2_jll"; compat="2.13.4"),

0 commit comments

Comments
 (0)