godot: fix ppc64le build
This commit is contained in:
parent
8a5927806a
commit
4e7a012df0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue