diff options
| author | ruki <[email protected]> | 2022-10-20 10:31:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-20 10:31:14 +0800 |
| commit | ad66577da191e6c073f65d42673352f50041426f (patch) | |
| tree | 49d3f8026b1cdbaf17d5cb030b52a018e259ded3 /tests/projects/embed/gnu-rm/hello/xmake.lua | |
| parent | 0c01e42dea2830a83e43d8d69f0e9544b0af55e5 (diff) | |
Update xmake.lua
Diffstat (limited to 'tests/projects/embed/gnu-rm/hello/xmake.lua')
| -rw-r--r-- | tests/projects/embed/gnu-rm/hello/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/embed/gnu-rm/hello/xmake.lua b/tests/projects/embed/gnu-rm/hello/xmake.lua index bc97d3578..7938ce08b 100644 --- a/tests/projects/embed/gnu-rm/hello/xmake.lua +++ b/tests/projects/embed/gnu-rm/hello/xmake.lua @@ -2,6 +2,8 @@ add_rules("mode.debug", "mode.release") add_requires("gnu-rm") set_toolchains("@gnu-rm") +set_plat("cross") +set_arch("armv7") target("foo") add_rules("gnu-rm.static") |
