mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue