mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
godot: fix ppc64le build
This commit is contained in:
parent
8a5927806a
commit
4e7a012df0
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ do_install() {
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|aarch64*) vbin bin/godot.x11.opt.tools.64 godot;;
|
||||
ppc64le*) vbin bin/godot.x11.opt.tools.ppc64le godot;;
|
||||
ppc64*) vbin bin/godot.x11.opt.tools.ppc64 godot;;
|
||||
*) vbin bin/godot.x11.opt.tools.32 godot;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue