summaryrefslogtreecommitdiff
path: root/tests/projects/embed/gnu-rm/hello/xmake.lua
diff options
context:
space:
mode:
authorJianpeng Peng <[email protected]>2022-10-19 15:00:37 +0800
committerJianpeng Peng <[email protected]>2022-10-19 15:00:37 +0800
commitfa425b0c71e333276f94fa11f216b23a2de5a23b (patch)
tree6130d1b0e8783d8188ee732eb324dc7d912d9d34 /tests/projects/embed/gnu-rm/hello/xmake.lua
parentf6a1811657d2a2abc5ca6026bb340cb68942db0a (diff)
Format the code and follow the coding conventions.
Diffstat (limited to 'tests/projects/embed/gnu-rm/hello/xmake.lua')
-rw-r--r--tests/projects/embed/gnu-rm/hello/xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/embed/gnu-rm/hello/xmake.lua b/tests/projects/embed/gnu-rm/hello/xmake.lua
index f5049db07..92c4b0144 100644
--- a/tests/projects/embed/gnu-rm/hello/xmake.lua
+++ b/tests/projects/embed/gnu-rm/hello/xmake.lua
@@ -1,5 +1,4 @@
--- Configure xmake.conf with the actual environment variables.
-set_toolchains("envs", "gnu-rm")
+set_toolchains("gnu-rm")
add_rules("mode.debug", "mode.release")