mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
cross-vpkg-dummy: only build if cross compiling
This commit is contained in:
parent
d18cd13b16
commit
4eed8df21b
1 changed files with 4 additions and 0 deletions
|
@ -65,3 +65,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
shlib_provides+=" ld64.so.2 ld.so.1"
|
shlib_provides+=" ld64.so.2 ld.so.1"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ -z "$XBPS_CROSS_BUILD" ]; then
|
||||||
|
broken="This package is only meant to be used by xbps-src to cross compile."
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue