summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-01 21:36:23 +0800
committerruki <[email protected]>2020-03-01 21:36:23 +0800
commitc68fa66a89dcce3bf589703435c01e7aa8b2ef2b (patch)
treede78dc4394ffaf598cdfb4fb5be038f41c9d9d81 /xmake
parenta64a335f331fd34d082f0c17f6d81012976fe748 (diff)
add split_perf test
Diffstat (limited to 'xmake')
-rw-r--r--xmake/modules/private/tools/gcc/parse_deps.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/private/tools/gcc/parse_deps.lua b/xmake/modules/private/tools/gcc/parse_deps.lua
index 19ae51cbf..4c672d599 100644
--- a/xmake/modules/private/tools/gcc/parse_deps.lua
+++ b/xmake/modules/private/tools/gcc/parse_deps.lua
@@ -46,6 +46,8 @@ end
-- parse depsfiles from string
--
+-- parse_deps(io.readfile(depfile, {continuation = "\\"}))
+--
-- eg.
-- strcpy.o: src/tbox/libc/string/strcpy.c src/tbox/libc/string/string.h \
-- src/tbox/libc/string/prefix.h src/tbox/libc/string/../prefix.h \