diff options
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/tools/gcc/parse_deps.lua | 2 |
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 \ |
