6969# These are the platforms we will build for by default, unless further
7070# platforms are passed in on the command line
7171platforms = [
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
9696dependencies = [
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