We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685f5b5 commit 52ca00cCopy full SHA for 52ca00c
backends/qualcomm/scripts/install_qnn_sdk.sh
@@ -41,7 +41,7 @@ verify_pkg_installed() {
41
42
install_qnn() {
43
# Check if QNN_SDK_ROOT is already set and valid
44
- if [ -n "${QNN_SDK_ROOT}" ] && [ -d "${QNN_SDK_ROOT}" ]; then
+ if [ -n "${QNN_SDK_ROOT:-}" ] && [ -d "${QNN_SDK_ROOT:-}" ]; then
45
echo "QNN SDK already set to ${QNN_SDK_ROOT} - skipping installation"
46
return
47
fi
0 commit comments