Browse Source

fix arm64 compile

pull/15540/head
sunsuodong 4 years ago
parent
commit
d7dbc9961e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -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…
Cancel
Save