aboutsummaryrefslogtreecommitdiff
path: root/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual.md')
-rw-r--r--manual.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/manual.md b/manual.md
index c5a18c16..524ea1b6 100644
--- a/manual.md
+++ b/manual.md
@@ -100,8 +100,7 @@ end
-- if the current platform is macosx or iphoneos
if is_plat("macosx", "iphoneos") then
- add_mxflags("-framework Foundation")
- add_ldflags("-framework Foundation")
+ add_frameworks("Foundation")
end
```