From a85446ea72cf86fe66a511fc4f8a502a5ce7d75d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 5 Nov 2022 22:38:41 +0800 Subject: improve comments --- xmake/core/project/target.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua index 8e9e62ff4..729f137b4 100644 --- a/xmake/core/project/target.lua +++ b/xmake/core/project/target.lua @@ -1143,6 +1143,7 @@ function _instance:autogenfile(sourcefile, opt) if path.is_absolute(relativedir) and os.host() == "windows" then -- remove C:\\ and whitespaces -- e.g. C:\\Program Files (x64)\\xxx\Windows.h + -- @see https://github.com/xmake-io/xmake/issues/3021 relativedir = hash.uuid4(relativedir):gsub("%-", ""):lower() end relativedir = relativedir:gsub("%.%.", "__") -- cgit v1.3.1