forked from mindspore-Ecosystem/mindspore
fix arm64 compile
This commit is contained in:
parent
9753a91fc1
commit
d7dbc9961e
2
build.sh
2
build.sh
|
@ -340,7 +340,7 @@ checkopts()
|
|||
esac
|
||||
done
|
||||
|
||||
if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" ]]; then
|
||||
if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" && "X$COMPILE_LITE" != "Xon" ]]; then
|
||||
echo "WARNING:Option -e can't be set while option -t on/ut is set, reset device to empty."
|
||||
DEVICE=""
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue