Do not build acpid for i686

This commit is contained in:
Jeremy Soller 2023-09-09 12:18:10 -06:00
parent ddab2cd9e8
commit c3b55cb67a
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -16,7 +16,10 @@ BINS=(
)
case "${TARGET}" in
i686-unknown-redox | x86_64-unknown-redox)
i686-unknown-redox)
BINS+=(ided ps2d)
;;
x86_64-unknown-redox)
BINS+=(acpid ided ps2d)
;;
*)