Skip to content

Commit 34d51ec

Browse files
committed
fix callsite
1 parent ad32ab9 commit 34d51ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/scripts/download_qnn_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _download_qnn_sdk(dst_folder=SDK_DIR) -> Optional[pathlib.Path]:
173173
)
174174
QAIRT_CONTENT_DIR = f"qairt/{QNN_VERSION}"
175175

176-
if not is_linux_x86() or not check_glibc_exist(REQUIRED_LIBC_LIBS):
176+
if not is_linux_x86() or not check_glibc_exist():
177177
logger.info("Skipping Qualcomm SDK (only supported on Linux x86).")
178178
return None
179179
else:

0 commit comments

Comments
 (0)