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 20, 2021
1 parent 6308087 commit c9b601e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions G/Glib/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ if [[ "${target}" == *-freebsd* ]]; then
atomic_patch -p1 ../patches/freebsd-have_xattr.patch
fi
# Tell meson where to find libintl.h
sed -i "s?c_args = \[]?c_args = ['-I${includedir}']?" \
"${MESON_TARGET_TOOLCHAIN}"
mkdir build_glib && cd build_glib
meson --cross-file="${MESON_TARGET_TOOLCHAIN}" \
-Dman=false \
Expand All @@ -44,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 @@ -60,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("Gettext_jll"),
Dependency("PCRE_jll"),
Dependency("Zlib_jll"),
Expand Down

0 comments on commit c9b601e

Please sign in to comment.