diff options
| author | ruki <[email protected]> | 2024-03-22 09:33:43 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-22 09:33:43 +0800 |
| commit | 64678ecfa83533b83c5ed1d52add2ca7bb6de3b2 (patch) | |
| tree | d7bb580c991da886da5d28ea620ce6353f6f2299 /xmake/modules | |
| parent | 090a0c6a429a1a41ac0e7401c8392cac301e4d3e (diff) | |
Update unix.lua
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/target/action/uninstall/unix.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/modules/target/action/uninstall/unix.lua b/xmake/modules/target/action/uninstall/unix.lua index 695fc1194..ce14c2c7b 100644 --- a/xmake/modules/target/action/uninstall/unix.lua +++ b/xmake/modules/target/action/uninstall/unix.lua @@ -130,3 +130,8 @@ end function uninstall_headeronly(target, opt) _uninstall_headers(target, opt) end + +-- uninstall moduleonly library +function uninstall_moduleonly(target, opt) + _uninstall_headers(target, opt) +end |
