summaryrefslogtreecommitdiff
path: root/tests/projects/embed/gnu-rm/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-20 10:31:14 +0800
committerGitHub <[email protected]>2022-10-20 10:31:14 +0800
commitad66577da191e6c073f65d42673352f50041426f (patch)
tree49d3f8026b1cdbaf17d5cb030b52a018e259ded3 /tests/projects/embed/gnu-rm/hello/xmake.lua
parent0c01e42dea2830a83e43d8d69f0e9544b0af55e5 (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.lua2
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")