diff options
| author | ruki <[email protected]> | 2026-02-07 00:53:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-07 00:53:04 +0800 |
| commit | ad9579e76c4d5076259883854316dfb074ec823d (patch) | |
| tree | 0359b2f4e5f4eb4bcb8797601f564ef885d63e47 | |
| parent | b9e7cdc673102d0ca97e271be273a16358ed158e (diff) | |
fix syntax error
| -rw-r--r-- | xmake/actions/uninstall/uninstall_admin.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/uninstall/uninstall_admin.lua b/xmake/actions/uninstall/uninstall_admin.lua index 070c1c7ad..b8d654c3d 100644 --- a/xmake/actions/uninstall/uninstall_admin.lua +++ b/xmake/actions/uninstall/uninstall_admin.lua @@ -63,4 +63,3 @@ function main(targetname, installdir, bindir, libdir, includedir) uninstall(targetname ~= "__all" and targetname or nil) option.restore() end -end |
