mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
Use ahcid on x86
This commit is contained in:
parent
0ad568d677
commit
603320f196
@ -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)
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user