fix: paths

This commit is contained in:
Myriad-Dreamin
2026-01-11 02:34:20 +08:00
parent 7533d4d15e
commit 99d9363b95
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ See [PluginDef.h](/include/Server/PluginDef.h) for more details.
## Compiling a plugin
The plugin must be compiled with the same dependencies and compiler options as clice, otherwise it will cause undefined behavior. [config/llvm-manifest.json](config/llvm-manifest.json) defines the build information used by clice.
The plugin must be compiled with the same dependencies and compiler options as clice, otherwise it will cause undefined behavior. [config/llvm-manifest.json](/config/llvm-manifest.json) defines the build information used by clice.
## Loading plugins

View File

@@ -24,7 +24,7 @@ clice_get_server_plugin_info() {
## 编译插件
插件必须使用与 clice 一致的依赖和编译器选项来编译,否则会导致 undefined behavior。[config/llvm-manifest.json](config/llvm-manifest.json) 中定义了 clice 使用的构建信息。
插件必须使用与 clice 一致的依赖和编译器选项来编译,否则会导致 undefined behavior。[config/llvm-manifest.json](/config/llvm-manifest.json) 中定义了 clice 使用的构建信息。
## 加载插件