mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
neovim: disable luajit on armv6l
also seems to be buggy like armv7l
This commit is contained in:
parent
afea603940
commit
534a7a11cf
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ skip_extraction="
|
|||
build_options=luajit
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv7l|riscv64*) build_options_default="" ;;
|
||||
armv6l|armv7l|riscv64*) build_options_default="" ;;
|
||||
*) build_options_default="luajit" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue