OpenRCT2: broken on big endian

This commit is contained in:
q66 2020-01-29 11:45:22 +01:00
parent 04a09ddb7a
commit 8b38be8322

View file

@ -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"