mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00
[Doc] 更新RKNPU2文档以及修改FastDeploy环境变量的脚本 (#1102)
* 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * 更新交叉编译 * Update issues.md * Update fastdeploy_init.sh * 更新交叉编译 Co-authored-by: Jason <928090362@qq.com>
This commit is contained in:
@@ -27,9 +27,13 @@ done
|
||||
# Remove the dumplicate directories
|
||||
LIBS_DIRECOTRIES=($(awk -v RS=' ' '!a[$1]++' <<< ${LIBS_DIRECOTRIES[@]}))
|
||||
|
||||
# Print the dynamic library location and output the configuration file
|
||||
IMPORT_PATH=""
|
||||
output_file=${FASTDEPLOY_LIBRARY_PATH}/fastdeploy_libs.conf
|
||||
rm -rf $output_file
|
||||
for LIB_DIR in ${LIBS_DIRECOTRIES[@]};do
|
||||
echo "Find Library Directory: $LIB_DIR"
|
||||
echo "$LIB_DIR" >> $output_file
|
||||
IMPORT_PATH=${LIB_DIR}":"$IMPORT_PATH
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user