Skip to content

Commit 742ba83

Browse files
committed
fix path
1 parent 574317c commit 742ba83

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
@@ -248,7 +248,7 @@ def _extract_tar(archive_path: pathlib.Path, prefix: str, target_dir: pathlib.Pa
248248
####################
249249

250250
GLIBC_VERSION = "2.29"
251-
GLIBC_ROOT = pathlib.Path(f"/tmp/glibc-{GLIBC_VERSION}")
251+
GLIBC_ROOT = pathlib.Path(f"/tmp/glibc-install-{GLIBC_VERSION}")
252252
GLIBC_LOADER = GLIBC_ROOT / "lib" / "ld-linux-x86-64.so.2"
253253
GLIBC_LIBDIR = GLIBC_ROOT / "lib"
254254
GLIBC_REEXEC_GUARD = "QNN_GLIBC_REEXEC"

0 commit comments

Comments
 (0)