Skip to content

Commit 2bc9144

Browse files
committed
Force Fallback for LibFFI and LibPCRE2
1 parent e307fb9 commit 2bc9144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ else
1616
fi
1717

1818
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"
19+
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
2021

2122
copy_libs "libexpat" "artifacts"
2223
copy_libs "glib" "artifacts" "ffi" "pcre2-8" "gmodule-2.0" "glib-2.0" "gobject-2.0" "gio-2.0"

0 commit comments

Comments
 (0)