hedgewars: use fpc on glibc ppc64*
This commit is contained in:
parent
565662bb9f
commit
cc4c429496
|
@ -23,7 +23,7 @@ replaces="hedgewars-data>=0"
|
|||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
x86_64*)
|
||||
x86_64*|ppc64le|ppc64)
|
||||
hostmakedepends+=" fpc"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue