summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/modules')
-rw-r--r--xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua b/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua
index 60566df51..7ad8a65d5 100644
--- a/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua
+++ b/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua
@@ -91,11 +91,9 @@ end
function get_target_module_mapperpath(target)
local path = path.join(modules_cachedir(target, {mkdir = true}), "..", "mapper.txt")
-
if not os.isfile(path) then
io.writefile(path, "")
end
-
return path
end