Switch toolchain triplet to i386-unknown-linux-musl

This commit is contained in:
Andrius Štikonas 2021-07-06 00:13:58 +01:00
parent e94e078a1f
commit 3835f1e1aa
24 changed files with 96 additions and 110 deletions

View file

@ -11,6 +11,6 @@ src_configure() {
# pkg-config and other software (python/meson) that we do not have.
./configure \
--prefix="${PREFIX}" \
--build=i386-unknown-linux-gnu \
--build=i386-unknown-linux-musl \
--with-internal-glib
}