We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee2368 commit 8793307Copy full SHA for 8793307
xmake/core/base/interpreter.lua
@@ -1793,7 +1793,7 @@ function interpreter:api_builtin_includes(...)
1793
files = os.files(subpath)
1794
else
1795
-- @see https://github.com/xmake-io/xmake/issues/6026
1796
- files = os.files(path.join(subpath, path.filename(curfile)))
+ files = os.files(path.join(subpath, "xmake.lua"))
1797
end
1798
if files and #files > 0 then
1799
table.join2(subpaths_matched, files)
0 commit comments