mesa: actually fix cross build

This commit is contained in:
Duncaen 2024-02-09 00:41:59 +01:00
parent cbe068e46d
commit b18b8e0209
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -188,7 +188,6 @@ post_configure() {
if [ "$CROSS_BUILD" ]; then
find -iname "*.ninja" -exec sed -i "{}" \
-e "/rustc/s; --sysroot ${XBPS_CROSS_BASE}/usr;;g" \
-e "s; /usr/lib/; ${XBPS_CROSS_BASE}/usr/lib/;g" \
\;
fi
}