Skip to content

Commit

Permalink
[Glib] Build for experimental platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 19, 2021
1 parent 0f5c879 commit 5e782ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions G/Glib/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ninja 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 = [
Expand All @@ -56,7 +56,7 @@ dependencies = [
# Host gettext needed for "msgfmt"
HostBuildDependency("Gettext_jll"),
Dependency("Libiconv_jll"),
Dependency("Libffi_jll", v"3.2.1"; compat="~3.2.1"),
Dependency("Libffi_jll", v"3.2.2"; compat="~3.2.2"),
Dependency("PCRE_jll"),
Dependency("Zlib_jll"),
Dependency("Libmount_jll"),
Expand Down

0 comments on commit 5e782ee

Please sign in to comment.