Skip to content

Commit

Permalink
Merge pull request #119 from AuYang261/main
Browse files Browse the repository at this point in the history
fix typo of path
  • Loading branch information
KouweiLee authored May 15, 2024
2 parents 72b9745 + b7d7d69 commit 33d739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2024/20240229_Support_c++_on_RuxOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ __attribute__((weak)) void *__dso_handle;
}
```
在riscv64架构下还可能出现atomics相关的符号未定义,此时还需要链接`x86_64-linux-musl/lib/libatomic.a`静态库。
在riscv64架构下还可能出现atomics相关的符号未定义,此时还需要链接`riscv64-linux-musl/lib/libatomic.a`静态库。
## 局限性
Expand Down

0 comments on commit 33d739d

Please sign in to comment.