mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Only build ided on x86
This commit is contained in:
parent
14c02d0a43
commit
fdfbb09068
@ -6,7 +6,6 @@ template = "custom"
|
||||
script = """
|
||||
BINS=(
|
||||
ahcid
|
||||
ided
|
||||
nvmed
|
||||
pcid
|
||||
vesad
|
||||
@ -14,7 +13,7 @@ BINS=(
|
||||
|
||||
case "${TARGET}" in
|
||||
i686-unknown-redox | x86_64-unknown-redox)
|
||||
BINS+=(acpid ps2d)
|
||||
BINS+=(acpid ided ps2d)
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user