diff options
| author | ruki <[email protected]> | 2022-12-08 23:13:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-08 23:13:45 +0800 |
| commit | d04d2543b1b4b5731acae20c9c04726b76f92005 (patch) | |
| tree | 7c5ed87a9dfca0ac916d14841f2022b18c0dba7b | |
| parent | ec8f35d761330671e857d5ba419d2abe8d41f4dd (diff) | |
fix install
| -rw-r--r-- | xmake/actions/install/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/install/main.lua b/xmake/actions/install/main.lua index 7f9a0dd33..e570a78c8 100644 --- a/xmake/actions/install/main.lua +++ b/xmake/actions/install/main.lua @@ -29,7 +29,7 @@ import("privilege.sudo") import("install") -- check targets -function _check_targets(targetname) +function _check_targets(targetname, group_pattern) -- get targets local targets = {} |
