summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/install/install.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/actions/install/install.lua b/xmake/actions/install/install.lua
index 3fffa2689..af4567bec 100644
--- a/xmake/actions/install/install.lua
+++ b/xmake/actions/install/install.lua
@@ -68,12 +68,6 @@ function _install_library(target)
-- copy the target file
os.cp(target:targetfile(), librarydir)
- -- copy the config.h to the include directory
- local configheader, configoutput = target:configheader(includedir)
- if configheader and configoutput then
- os.cp(configheader, configoutput)
- end
-
-- copy headers to the include directory
local srcheaders, dstheaders = target:headerfiles(includedir)
if srcheaders and dstheaders then