summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/meson.lua
diff options
context:
space:
mode:
authorxq114 <[email protected]>2023-02-16 14:00:38 +0800
committerxq114 <[email protected]>2023-02-16 14:00:38 +0800
commit897a25cc365fd9e67354047e9fc7337cc53ab30e (patch)
treee1c70cf80fa564fbd8e1d80c9b76380e6246e1f5 /xmake/modules/package/tools/meson.lua
parent08eac51e8874519707627a0d79809ac8cd60a9f5 (diff)
leave building process to meson
Diffstat (limited to 'xmake/modules/package/tools/meson.lua')
-rw-r--r--xmake/modules/package/tools/meson.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/meson.lua b/xmake/modules/package/tools/meson.lua
index ec38dd99d..a26564470 100644
--- a/xmake/modules/package/tools/meson.lua
+++ b/xmake/modules/package/tools/meson.lua
@@ -422,7 +422,6 @@ function install(package, configs, opt)
-- generate build files and build
opt = opt or {}
generate(package, configs, opt)
- build(package, configs, opt)
-- configure install
local buildir = _get_buildir(package, opt)