Use ahcid on x86

This commit is contained in:
Jeremy Soller 2022-08-26 11:17:43 -06:00
parent 0ad568d677
commit 603320f196
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

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