OpenRCT2: force some hostmakedepends from staging for icu rebuild
This commit is contained in:
parent
26c5f9be4e
commit
a5600fd4fb
|
@ -53,6 +53,9 @@ fi
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" OpenRCT2"
|
||||
# for icu mass-rebuild
|
||||
hostmakedepends+=" enchant2 libxml2 webkit2gtk libharfbuzz"
|
||||
hostmakedepends+=" libnuspell libpsl"
|
||||
CXXFLAGS+=" -DHAVE_IMMINTRIN_H=false -DSDL_DISABLE_IMMINTRIN_H=1"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue