diff options
| -rw-r--r-- | xmake/modules/lib/detect/check_targetname.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/private/detect/find_similar_targetnames.lua (renamed from xmake/modules/lib/detect/find_similar_targetnames.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/check_targetname.lua b/xmake/modules/lib/detect/check_targetname.lua index a8e6a2d51..8beabe2b7 100644 --- a/xmake/modules/lib/detect/check_targetname.lua +++ b/xmake/modules/lib/detect/check_targetname.lua @@ -20,7 +20,7 @@ -- imports import("core.project.project") -import("lib.detect.find_similar_targetnames") +import("private.detect.find_similar_targetnames") -- check if a target name is valid -- diff --git a/xmake/modules/lib/detect/find_similar_targetnames.lua b/xmake/modules/private/detect/find_similar_targetnames.lua index 3ef023254..3ef023254 100644 --- a/xmake/modules/lib/detect/find_similar_targetnames.lua +++ b/xmake/modules/private/detect/find_similar_targetnames.lua |
