From 65c033a0433fcfcce2c5c60491892e69cc7d7ae8 Mon Sep 17 00:00:00 2001 From: zhongluping <278527840@qq.com> Date: Fri, 14 Jul 2023 11:53:44 +0800 Subject: [PATCH] update assimp doc Signed-off-by: zhongluping <278527840@qq.com> --- thirdparty/assimp/docs/hap_integrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/assimp/docs/hap_integrate.md b/thirdparty/assimp/docs/hap_integrate.md index 0dbb909f..412de0f5 100644 --- a/thirdparty/assimp/docs/hap_integrate.md +++ b/thirdparty/assimp/docs/hap_integrate.md @@ -32,7 +32,7 @@ 编译环境的搭建参考[准备三方库构建环境](../../../tools/README.md#编译环境准备) ``` - cd tools + cd lycium ./build.sh assimp ``` - 三方库头文件及生成的库 -- Gitee