diff options
| -rw-r--r-- | xmake/actions/uninstall/uninstall.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/actions/uninstall/uninstall.lua b/xmake/actions/uninstall/uninstall.lua index adc7b9102..fc7303b2d 100644 --- a/xmake/actions/uninstall/uninstall.lua +++ b/xmake/actions/uninstall/uninstall.lua @@ -59,12 +59,6 @@ function _uninstall_library(target) -- remove the target file os.rm(path.join(librarydir, path.filename(target:targetfile()))) - -- reove the config.h from the include directory - local _, configheader = target:configheader(includedir) - if configheader then - os.rm(configheader) - end - -- remove headers from the include directory local _, dstheaders = target:headerfiles(includedir) for _, dstheader in ipairs(dstheaders) do |
