aboutsummaryrefslogtreecommitdiff
path: root/zh
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-05-22 23:41:54 +0800
committerruki <waruqi@gmail.com>2018-05-22 16:11:28 +0800
commitb9606c170c6a3ff8f2402ee933b805be58eb4b49 (patch)
tree74fe01727cf3d5f1a2f2105049e95d03aa78cf7d /zh
parent01ba5b49e0b62d41617cac425b636e5b0a812f13 (diff)
downloadxmake-docs-b9606c170c6a3ff8f2402ee933b805be58eb4b49.tar.gz
xmake-docs-b9606c170c6a3ff8f2402ee933b805be58eb4b49.zip
fix target end
Diffstat (limited to 'zh')
-rw-r--r--zh/manual.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/zh/manual.md b/zh/manual.md
index e1bc10c7..93a04a9d 100644
--- a/zh/manual.md
+++ b/zh/manual.md
@@ -1515,6 +1515,7 @@ function add_checking_to_config(...)
set_kind("phony")
set_config_header("includes/automatedconfig.h")
add_options(options)
+ target_end()
end
-- 添加一些头文件检测