mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
Fix android build (#1489)
This commit is contained in:
parent
f052966972
commit
a7223ed801
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ if [ -z "$NIGHTLY_BUILD" ]; then
|
|||
set NIGHTLY_BUILD=0
|
||||
fi
|
||||
|
||||
if [ $BUILD_DEVICE = "cpu" ] || [ $BUILD_DEVICE = "ngraph" ] || [ $BUILD_DEVICE = "openvino" ]; then
|
||||
if [ $BUILD_DEVICE = "cpu" ] || [ $BUILD_DEVICE = "ngraph" ] || [ $BUILD_DEVICE = "openvino" ] || [ $BUILD_DEVICE = "nnapi" ]; then
|
||||
RUNTIME=
|
||||
else
|
||||
RUNTIME="--runtime=nvidia"
|
||||
|
|
|
|||
Loading…
Reference in a new issue