summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/support.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/modules/support.lua')
-rw-r--r--xmake/rules/c++/modules/support.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/support.lua b/xmake/rules/c++/modules/support.lua
index cee0f1ab8..2bf44bf51 100644
--- a/xmake/rules/c++/modules/support.lua
+++ b/xmake/rules/c++/modules/support.lua
@@ -273,6 +273,7 @@ function load_moduleinfo(target, sourcefile)
if os.isfile(dependfile) then
local data = io.load(dependfile)
if data then
+ print(dependfile, data)
moduleinfo = json.decode(data.moduleinfo)
moduleinfo.sourcefile = sourcefile
end