diff --git a/M/MbedTLS/build_tarballs.jl b/M/MbedTLS/build_tarballs.jl index a12182d2565..71633c409d8 100644 --- a/M/MbedTLS/build_tarballs.jl +++ b/M/MbedTLS/build_tarballs.jl @@ -36,7 +36,7 @@ make -j${nproc} && make install # These are the platforms we will build for by default, unless further # platforms are passed in on the command line -platforms = supported_platforms() +platforms = supported_platforms(;experimental=true) # The products that we will ensure are always built products = [ @@ -50,4 +50,4 @@ dependencies = Dependency[ ] # Build the tarballs, and possibly a `build.jl` as well. -build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies) +build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")