mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mesa: actually fix cross build
This commit is contained in:
parent
cbe068e46d
commit
b18b8e0209
1 changed files with 0 additions and 1 deletions
|
@ -188,7 +188,6 @@ post_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
find -iname "*.ninja" -exec sed -i "{}" \
|
find -iname "*.ninja" -exec sed -i "{}" \
|
||||||
-e "/rustc/s; --sysroot ${XBPS_CROSS_BASE}/usr;;g" \
|
-e "/rustc/s; --sysroot ${XBPS_CROSS_BASE}/usr;;g" \
|
||||||
-e "s; /usr/lib/; ${XBPS_CROSS_BASE}/usr/lib/;g" \
|
|
||||||
\;
|
\;
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue