diff options
| -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 |
