Skip to content

Commit e6ed4bd

Browse files
committed
fix build
1 parent 8e3bf0e commit e6ed4bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/qualcomm/scripts/download_qnn_sdk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ def _install_glibc_234():
324324
# Install
325325
cmd = ["make", "install"]
326326
logger.info("[glibc] Running: %s", " ".join(cmd))
327+
logger.info(f"[glibc] Installing into /tmp/glibc-{GLIBC_VERSION} ...")
327328
subprocess.check_call(cmd, cwd=build_dir, env=env)
329+
logger.info("[glibc] Installation complete")
328330

329331
if GLIBC_LOADER.exists():
330332
logger.info(

0 commit comments

Comments
 (0)