diff options
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/gcc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/gcc.lua b/xmake/rules/c++/modules/modules_support/gcc.lua index 00a63bb03..a243a8762 100644 --- a/xmake/rules/c++/modules/modules_support/gcc.lua +++ b/xmake/rules/c++/modules/modules_support/gcc.lua @@ -293,7 +293,6 @@ function generate_user_headerunits_for_batchjobs(target, batchjobs, headerunits, -- build headerunits local projectdir = os.projectdir() for _, headerunit in ipairs(headerunits) do - print(headerunit) local headerunit_path if headerunit.type == ":quote" then headerunit_path = path.join(".", path.relative(headerunit.path, projectdir)) |
