We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e307fb9 commit 2bc9144Copy full SHA for 2bc9144
build.sh
@@ -16,7 +16,8 @@ else
16
fi
17
18
build_and_install "libexpat/expat" configure-static
19
-build_and_install "glib" meson-static --buildtype=plain -Dtests=false -Dc_args="$C_ARGS" -Dcpp_args="$CPP_ARGS"
+build_and_install "glib" meson-static --buildtype=plain -Dtests=false -Dc_args="$C_ARGS" -Dcpp_args="$CPP_ARGS" \
20
+ --force-fallback-for=libpcre2-8,libffi
21
22
copy_libs "libexpat" "artifacts"
23
copy_libs "glib" "artifacts" "ffi" "pcre2-8" "gmodule-2.0" "glib-2.0" "gobject-2.0" "gio-2.0"
0 commit comments