Skip to content
Snippets Groups Projects
Verified Commit 9fde2c02 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Only build ps2d on x86

parent 9de09376
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment