From d1401f9de1974232d3d9dbd80a3e37838e1aecd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E4=B8=8D=E6=88=90?= Date: Tue, 25 Jul 2023 04:09:36 +0000 Subject: [PATCH] update thirdparty/gflags/HPKBUILD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 花不成 --- thirdparty/gflags/HPKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/gflags/HPKBUILD b/thirdparty/gflags/HPKBUILD index df79b60..968dfee 100644 --- a/thirdparty/gflags/HPKBUILD +++ b/thirdparty/gflags/HPKBUILD @@ -39,8 +39,8 @@ package() { check() { cd $builddir/$ARCH-build/test - ohos_sdk_path=${OHOS_SDK//\//\\\/}"\/native\/build-tools\/cmake\/bin\/cmake" - cat CTestTestfile.cmake | sed 's/'$ohos_sdk_path'/\/usr\/bin\/cmake/' > CTestTestfile_temp.cmake + ohos_sdk_cmake_path=${OHOS_SDK//\//\\\/}"\/native\/build-tools\/cmake\/bin\/cmake" + cat CTestTestfile.cmake | sed 's/'$ohos_sdk_cmake_path'/\/usr\/bin\/cmake/' > CTestTestfile_temp.cmake rm CTestTestfile.cmake mv CTestTestfile_temp.cmake CTestTestfile.cmake ret=$? -- Gitee