diff options
Diffstat (limited to 'manual.md')
| -rw-r--r-- | manual.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ``` |
