From 559ecc3c028a176bdacb4b2e937ab6da9c9f5c4d Mon Sep 17 00:00:00 2001 From: xq114 <1140735506@qq.com> Date: Thu, 16 Feb 2023 14:01:05 +0800 Subject: improve comments --- xmake/modules/package/tools/meson.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/modules/package/tools/meson.lua b/xmake/modules/package/tools/meson.lua index a26564470..f99e20c77 100644 --- a/xmake/modules/package/tools/meson.lua +++ b/xmake/modules/package/tools/meson.lua @@ -419,7 +419,7 @@ end -- install package function install(package, configs, opt) - -- generate build files and build + -- generate build files opt = opt or {} generate(package, configs, opt) @@ -430,7 +430,7 @@ function install(package, configs, opt) table.insert(argv, "-v") end - -- do install + -- do build and install local meson = assert(find_tool("meson"), "meson not found!") os.vrunv(meson, {"install", "-C", buildir}, {envs = opt.envs or buildenvs(package, opt)}) -- cgit v1.3.1