diff options
| author | xq114 <[email protected]> | 2023-02-16 14:00:38 +0800 |
|---|---|---|
| committer | xq114 <[email protected]> | 2023-02-16 14:00:38 +0800 |
| commit | 897a25cc365fd9e67354047e9fc7337cc53ab30e (patch) | |
| tree | e1c70cf80fa564fbd8e1d80c9b76380e6246e1f5 /xmake/modules/package/tools/meson.lua | |
| parent | 08eac51e8874519707627a0d79809ac8cd60a9f5 (diff) | |
leave building process to meson
Diffstat (limited to 'xmake/modules/package/tools/meson.lua')
| -rw-r--r-- | xmake/modules/package/tools/meson.lua | 1 |
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) |
