mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
v8: use broken= instead of msg_error
This commit is contained in:
parent
8dcfcbd080
commit
32201ced28
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64*) _target="x64";;
|
x86_64*) _target="x64";;
|
||||||
i686*) _target="ia32";;
|
i686*) _target="ia32";;
|
||||||
arm*) _target="arm"; _opts="hardfp=on snapshot=off";;
|
arm*) _target="arm"; _opts="hardfp=on snapshot=off";;
|
||||||
*) msg_error "$pkgname: unknown target architecture!\n" ;;
|
*) broken="unknown target architecture!" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue