5 export PATH
="/c/msys64/$MSYSTEM/bin:$PATH"
6 if [[ "$MSYSTEM" == "MINGW32" ]]; then
7 export MSYS2_ARCH
="i686"
9 export MSYS2_ARCH
="x86_64"
12 pacman
--noconfirm -Suy
14 pacman
--noconfirm -S --needed \
16 mingw-w64-
$MSYS2_ARCH-ccache \
17 mingw-w64-
$MSYS2_ARCH-gettext \
18 mingw-w64-
$MSYS2_ARCH-libffi \
19 mingw-w64-
$MSYS2_ARCH-meson \
20 mingw-w64-
$MSYS2_ARCH-pcre \
21 mingw-w64-
$MSYS2_ARCH-python3 \
22 mingw-w64-
$MSYS2_ARCH-toolchain \
23 mingw-w64-
$MSYS2_ARCH-zlib
26 export CCACHE_BASEDIR
="$(pwd)"
27 export CCACHE_DIR
="${CCACHE_BASEDIR}/_ccache"
30 meson
--buildtype debug _build
34 # FIXME: fix the test suite