From 814137b1b2012fcb5acd4a55772b7b4735785013 Mon Sep 17 00:00:00 2001 From: wangcaoyu Date: Tue, 19 Dec 2023 22:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4pandas=E6=B5=8B=E8=AF=95clang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangcaoyu --- build-tools/capi_parser/requirements.txt | Bin 96 -> 66 bytes build-tools/capi_parser/src/utils/constants.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/capi_parser/requirements.txt b/build-tools/capi_parser/requirements.txt index e623e5c24d68c5da8aed925fa4b4411dc162084f..1e93cca395b59923b468d2583849c14b307511f6 100644 GIT binary patch delta 4 LcmYdrn&1Qg1FQjc delta 35 jcmZ=tnBXK=z>vt0$B+Ufiy3Tz(1<~g!4Qmj8Mqh#gS!Qb diff --git a/build-tools/capi_parser/src/utils/constants.py b/build-tools/capi_parser/src/utils/constants.py index 4142ef41fa5..bfd119c8f93 100644 --- a/build-tools/capi_parser/src/utils/constants.py +++ b/build-tools/capi_parser/src/utils/constants.py @@ -19,7 +19,7 @@ import enum class StringConstant(enum.Enum): - LIB_CLG_PATH = r'D:\Environment\LLVM\bin\libclang.dll' # 共享库 + LIB_CLG_PATH = r'/home/tools/llvm/lib/libclang.so' FUNK_NAME = "ohos_ndk_headers" REPLACE_WAREHOUSE = '\\interface_sdk_c\\interface_sdk_c' # 拉到本地仓路径(去掉磁盘) # 拉到本地仓的三方库绝对路径 -- Gitee