summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu, Zhenyu <[email protected]>2024-05-24 18:23:21 +0800
committerWu, Zhenyu <[email protected]>2024-05-24 18:23:21 +0800
commit51b96a008d6a28cbf81bf7f03dd2b49997eabbaa (patch)
tree029f3670570fd9295f8db0075a904e5e286020b3
parentd8818c5b0ed26cae8ebb3d03be1628b32d192bbc (diff)
fix typos
-rw-r--r--README_zh.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_zh.md b/README_zh.md
index 06b1d348f..9a9fb222b 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -513,7 +513,7 @@ target("test")
add_requires("llvm 10.x", {alias = "llvm-10"})
target("test")
set_kind("binary")
- add_files("src/*.c)
+ add_files("src/*.c")
set_toolchains("llvm@llvm-10")
````
@@ -525,7 +525,7 @@ target("test")
add_requires("muslcc")
target("test")
set_kind("binary")
- add_files("src/*.c)
+ add_files("src/*.c")
set_toolchains("@muslcc")
```