summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/config/configfiles.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/config/configfiles.lua b/xmake/actions/config/configfiles.lua
index b4cbd11b7..936a881fe 100644
--- a/xmake/actions/config/configfiles.lua
+++ b/xmake/actions/config/configfiles.lua
@@ -210,6 +210,7 @@ function _generate_configfile(srcfile, dstfile, fileinfo, targets)
else
assert(value ~= nil, "cannot get variable(%s) in %s.", variable, srcfile)
end
+ dprint(" > replace %s -> %s", variable, value)
return value
end)