diff options
| author | ruki <[email protected]> | 2024-03-22 09:34:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-22 09:34:14 +0800 |
| commit | 80b1bec04038fa5671f4b0f1ceb815645e469a6b (patch) | |
| tree | 626784e5e6e65cb7ec6876bb80704b0b436a8686 | |
| parent | 64678ecfa83533b83c5ed1d52add2ca7bb6de3b2 (diff) | |
Update windows.lua
| -rw-r--r-- | xmake/modules/target/action/uninstall/windows.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/modules/target/action/uninstall/windows.lua b/xmake/modules/target/action/uninstall/windows.lua index 93d7df4be..338f8c707 100644 --- a/xmake/modules/target/action/uninstall/windows.lua +++ b/xmake/modules/target/action/uninstall/windows.lua @@ -108,3 +108,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 |
