summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/gcc.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-04-18 14:09:48 +0200
committerArthur LAURENT <[email protected]>2025-04-20 16:54:51 +0200
commitedf1f0b82e739e1024b34f112fba51bc61444c65 (patch)
tree8538b3a5898f4fd1d17a8a0f6246761b253c58ca /xmake/modules/core/tools/gcc.lua
parent08a71b4242c8f9f1c61bf585f6518b04e2b2de98 (diff)
(C++ modules) simplify module support directory tree
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
-rw-r--r--xmake/modules/core/tools/gcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index 3de17be4a..06b7086aa 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -31,7 +31,7 @@ import("core.language.language")
import("utils.progress")
import("private.cache.build_cache")
import("private.service.distcc_build.client", {alias = "distcc_build_client"})
-import("rules.c++.modules.modules_support.compiler_support", {rootdir = os.programdir()})
+import("rules.c++.modules.compiler_support", {rootdir = os.programdir()})
function init(self)