mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hyperrogue: disable debug on ppc32
This commit is contained in:
parent
562231349b
commit
b07d91451e
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ nocross="Generates code from build output that must run on host"
|
||||||
# which are not set correctly by upstream.
|
# which are not set correctly by upstream.
|
||||||
CXXFLAGS+=" -I/usr/include/SDL -DHYPERPATH='\"/usr/share/hyperrogue/\"' -DHYPERFONTPATH='\"/usr/share/fonts/TTF/\"'"
|
CXXFLAGS+=" -I/usr/include/SDL -DHYPERPATH='\"/usr/share/hyperrogue/\"' -DHYPERFONTPATH='\"/usr/share/fonts/TTF/\"'"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) nodebug=yes;; # build runs out of memory
|
||||||
|
esac
|
||||||
|
|
||||||
export HYPERROGUE_USE_GLEW=1
|
export HYPERROGUE_USE_GLEW=1
|
||||||
export HYPERROGUE_USE_PNG=1
|
export HYPERROGUE_USE_PNG=1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue