Disable native tests when cross-compiling
This commit is contained in:
parent
0e200396fc
commit
cd20ada69e
|
@ -119,6 +119,9 @@ if [ $# -eq 0 ]; then
|
|||
exit $?
|
||||
fi
|
||||
|
||||
#XXX cross-compiling
|
||||
[ -n "$PKG_CONFIG_SYSROOT_DIR" ] && exit 0
|
||||
|
||||
while [ $# -ne 0 ]; do
|
||||
target="$1"
|
||||
shift
|
||||
|
|
Loading…
Reference in New Issue
Block a user