godot: fix ppc64le build

This commit is contained in:
q66 2022-08-26 14:22:43 +00:00
parent 8a5927806a
commit 4e7a012df0
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ do_install() {
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*) vbin bin/godot.x11.opt.tools.64 godot;; 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;; ppc64*) vbin bin/godot.x11.opt.tools.ppc64 godot;;
*) vbin bin/godot.x11.opt.tools.32 godot;; *) vbin bin/godot.x11.opt.tools.32 godot;;
esac esac