From 528cfd71e6ece24bbcd44101a1a6efce9d2c8349 Mon Sep 17 00:00:00 2001 From: lxh Date: Mon, 2 Dec 2024 21:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0python=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lxh --- thirdparty/jbig2dec/HPKCHECK | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thirdparty/jbig2dec/HPKCHECK b/thirdparty/jbig2dec/HPKCHECK index 6a60e547..ac8a9828 100644 --- a/thirdparty/jbig2dec/HPKCHECK +++ b/thirdparty/jbig2dec/HPKCHECK @@ -6,6 +6,8 @@ logfile=${LYCIUM_THIRDPARTY_ROOT}/${pkgname}/${pkgname}_${ARCH}_${OHOS_SDK_VER}_ openharmonycheck() { res=0 cd $pkgname-$ARCH-build + export LD_LIBRARY_PATH=/data/python3.8.10/lib:$LD_LIBRARY_PATH + sed -i "s#/usr/bin/env python#/data/python3.8.10/bin/python#g" test_jbig2dec.py make check-TESTS > ${logfile} 2>&1 res=$? if [ $res -ne 0 ] -- Gitee