Update to ABI4.0 for Arch Linux

This commit is contained in:
EricLin0509 2024-10-22 18:45:14 +08:00 committed by Alex
parent e248503448
commit d121092c56

View file

@ -38,7 +38,6 @@ func init() {
// Compatibility with AppArmor 3 // Compatibility with AppArmor 3
switch prebuild.Distribution { switch prebuild.Distribution {
case "arch": case "arch":
prebuild.ABI = 3
case "ubuntu": case "ubuntu":
if !slices.Contains([]string{"noble"}, prebuild.Release["VERSION_CODENAME"]) { if !slices.Contains([]string{"noble"}, prebuild.Release["VERSION_CODENAME"]) {