mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
OpenRCT2: broken on big endian
This commit is contained in:
parent
04a09ddb7a
commit
8b38be8322
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ build_options="multiplayer"
|
|||
build_options_default="multiplayer"
|
||||
desc_option_multiplayer="Enable multiplayer support"
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="not yet implemented"
|
||||
fi
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" OpenRCT2"
|
||||
CXXFLAGS="-DHAVE_IMMINTRIN_H=false -DSDL_DISABLE_IMMINTRIN_H=1"
|
||||
|
|
Loading…
Add table
Reference in a new issue