diff options
| author | Arthur LAURENT <[email protected]> | 2024-01-31 14:28:03 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-01-31 14:28:03 +0100 |
| commit | 47afe0c0dd79a81af208fbd5a4e32e5248bf9b1b (patch) | |
| tree | 6b7dab056d0e026fd9252818cf894f9810016bba /xmake/rules/c++/modules/modules_support | |
| parent | 77d7dc59f60ec3f0773df468facb54cdc4bd0dd2 (diff) | |
cleanup
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua | 2 |
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 |
