mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
lemonbuddy: also broken on aarch64
This commit is contained in:
parent
47b9305d4f
commit
6311f65ff6
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ build_options_default="$build_options"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="cross-compiler with c++14 support";;
|
||||
aarch64*) broken="cross-compiler with c++14 support";;
|
||||
aarch64-musl) CXXFLAGS="-D_LINUX_IF_ETHER_H";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue