diff options
| author | ruki <[email protected]> | 2016-06-30 10:17:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-06-30 10:17:13 +0800 |
| commit | b3f129d3137855271bd929f4d6df7e51cf99f7ac (patch) | |
| tree | e4c2b32b01e93c76ecd32fbb7c0af0f2690b5bfa /xmake/actions/clean/main.lua | |
| parent | 1cdf952d5a7d754a99d21c30930032f91ddf4860 (diff) | |
fix install config header and update api for template
Diffstat (limited to 'xmake/actions/clean/main.lua')
| -rwxr-xr-x | xmake/actions/clean/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua index ba4330d40..040b43f8c 100755 --- a/xmake/actions/clean/main.lua +++ b/xmake/actions/clean/main.lua @@ -74,7 +74,7 @@ function _on_clean_target(target) if option.get("all") then -- remove the config.h file - _remove(target:get("config_h")) + _remove(target:configheader()) end end |
