mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
libantlr3c: fix build on ppc64 targets
This commit is contained in:
parent
52fcab919b
commit
32002a2dc6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|aarch64*)
|
||||
x86_64*|aarch64*|ppc64*)
|
||||
configure_args+=" --enable-64bit"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue