OpenRCT2: force some hostmakedepends from staging for icu rebuild

This commit is contained in:
Đoàn Trần Công Danh 2021-08-12 22:03:55 +07:00
parent 26c5f9be4e
commit a5600fd4fb

View file

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