mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
otfcc: fix build on ppc32
This commit is contained in:
parent
edd6f6318f
commit
860fe37513
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ checksum=81f8b9b8108c415a645e7e8a407a028531346e61fb570fec541f4aaa4703b1e3
|
||||||
# Yes, there are architectures besides x86 and x64 :-P
|
# Yes, there are architectures besides x86 and x64 :-P
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*|x86_64*|ppc64*) _platform="x64" ;;
|
aarch64*|x86_64*|ppc64*) _platform="x64" ;;
|
||||||
arm*|i686*|mips*) _platform="x86";;
|
arm*|i686*|mips*|ppc*) _platform="x86";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue