From 3984c855f6e44fb86b0c84d2421b30ec0825cf66 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 11 Jul 2018 00:31:28 +0800 Subject: remove config header when installing --- xmake/actions/install/install.lua | 6 ------ 1 file changed, 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 -- cgit v1.3.1