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