diff options
Diffstat (limited to 'xmake/scripts/action/_build.lua')
| -rw-r--r-- | xmake/scripts/action/_build.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/scripts/action/_build.lua b/xmake/scripts/action/_build.lua index 19acd924f..cd80616f1 100644 --- a/xmake/scripts/action/_build.lua +++ b/xmake/scripts/action/_build.lua @@ -35,9 +35,9 @@ function _build.done() -- rebuild, update -- build target for makefile - if not makefile.build(config.target_name()) then + if not makefile.build(config.get("target")) then -- error - utils.error("build target: %s failed!", config.target_name()) + utils.error("build target: %s failed!", config.get("target")) return false end |
