aboutsummaryrefslogtreecommitdiff
path: root/zh
diff options
context:
space:
mode:
Diffstat (limited to 'zh')
-rw-r--r--zh/manual.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/zh/manual.md b/zh/manual.md
index bac09694..be4e5e1f 100644
--- a/zh/manual.md
+++ b/zh/manual.md
@@ -103,8 +103,7 @@ end
-- 如果当前平台是macosx或者iphoneos
if is_plat("macosx", "iphoneos") then
- add_mxflags("-framework Foundation")
- add_ldflags("-framework Foundation")
+ add_frameworks("Foundation")
end
```