missing extension

This commit is contained in:
tux 2023-05-18 00:25:46 +02:00
parent d56e6e05ce
commit 50f72c964c

View File

@ -332,7 +332,7 @@ echo "Finished 8.52 ""$LFS_NINJA""" >> build.log &&
echo "$LFS_NINJA" >> /installed.txt echo "$LFS_NINJA" >> /installed.txt
echo "8.53 ""$LFS_MESON""" echo "8.53 ""$LFS_MESON"""
tar xf "$LFS_MESON" && tar xf "$LFS_MESON".tar.gz &&
cd "$LFS_MESON" && cd "$LFS_MESON" &&
pip3 wheel -w dist --no-build-isolation --no-deps $PWD && pip3 wheel -w dist --no-build-isolation --no-deps $PWD &&
pip3 install --no-index --find-links dist meson && pip3 install --no-index --find-links dist meson &&