otfcc: enable build on ppc64 targets
This commit is contained in:
parent
f896c904e8
commit
6ac5846a4d
|
@ -16,7 +16,7 @@ checksum=81f8b9b8108c415a645e7e8a407a028531346e61fb570fec541f4aaa4703b1e3
|
|||
|
||||
# Yes, there are architectures besides x86 and x64 :-P
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*|x86_64*) _platform="x64" ;;
|
||||
aarch64*|x86_64*|ppc64*) _platform="x64" ;;
|
||||
arm*|i686*|mips*) _platform="x86";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue