1
1
mirror of https://github.com/rui314/mold.git synced 2024-07-07 09:26:23 +03:00

Add an entry for AlmaLinnux

This commit is contained in:
Rui Ueyama 2024-06-28 15:54:39 +09:00
parent 091395df33
commit 34f4d654d3

View File

@ -43,6 +43,9 @@ clear-linux-*)
swupd update
swupd bundle-add c-basic diffutils
;;
almalinux-*)
dnf install -y gcc-toolset-13-gcc-c++ gcc-toolset-13-libstdc++-devel cmake diffutils
;;
*)
echo "Error: don't know anything about build dependencies on $ID-$VERSION_ID"
exit 1