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"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "$XBPS_CROSS_BUILD" ]; then
|
||||
broken="This package is only meant to be used by xbps-src to cross compile."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue