Skip to content

Commit 1e94ba6

Browse files
committed
bugfix: avoid topdir xmake.lua / subproject issue
1 parent 5a88857 commit 1e94ba6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.xlings

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ xim = {
99
mdbook = "0.4.43", -- for d2x book
1010
d2x = "0.2.0",
1111
xppcmds = {
12-
"xmake project -k compile_commands"
12+
-- avoid topdir xmake.lua
13+
"xmake project --project=. -k compile_commands"
1314
}
1415
}
1516

0 commit comments

Comments
 (0)