summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-03 14:37:08 +0800
committerruki <[email protected]>2019-02-03 14:37:08 +0800
commitb3985752dd4ff11e6fbcf38058da40ff92635c81 (patch)
tree94c0fc8236f51ec9bdb17aff581059eeddf9fc02
parenta2e6e7ce0729ec8108c0eb2d86fbe68cdf832b53 (diff)
add debug trace for configfiles
-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)