Skip to content

Commit

Permalink
move modules
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 24, 2025
1 parent aeb4ade commit 493ece8
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/apis/custom_toolchain/xmake.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_rules("mode.debug", "mode.release")

includes("toolchains/my-c6000")
add_moduledirs("modules")
includes("xmake/toolchains/my-c6000")
add_moduledirs("xmake/modules")

set_toolchains("my-c6000")

Expand Down

0 comments on commit 493ece8

Please sign in to comment.