mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Only build ps2d on x86
This commit is contained in:
parent
9de09376b6
commit
9fde2c029c
@ -9,10 +9,17 @@ BINS=(
|
||||
ahcid
|
||||
nvmed
|
||||
pcid
|
||||
ps2d
|
||||
vesad
|
||||
)
|
||||
|
||||
case "${ARCH}" in
|
||||
i686 | x86_64)
|
||||
BINS+=(ps2d)
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
mkdir -pv "${COOKBOOK_STAGE}/bin"
|
||||
for bin in "${BINS[@]}"
|
||||
do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user