diff options
Diffstat (limited to 'xmake/modules/target/action/install/main.lua')
| -rw-r--r-- | xmake/modules/target/action/install/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/target/action/install/main.lua b/xmake/modules/target/action/install/main.lua index 64dec9f18..289d258f0 100644 --- a/xmake/modules/target/action/install/main.lua +++ b/xmake/modules/target/action/install/main.lua @@ -47,7 +47,7 @@ function main(target, opt) print("installing %s to %s ..", target:name(), installdir) -- call script - if not target:isphony() then + if not target:is_phony() then local install_style = target:is_plat("windows", "mingw") and "windows" or "unix" local script = import(install_style, {anonymous = true})["install_" .. target:kind()] if script then |
