diff options
| author | Jianpeng Peng <[email protected]> | 2022-10-19 15:00:37 +0800 |
|---|---|---|
| committer | Jianpeng Peng <[email protected]> | 2022-10-19 15:00:37 +0800 |
| commit | fa425b0c71e333276f94fa11f216b23a2de5a23b (patch) | |
| tree | 6130d1b0e8783d8188ee732eb324dc7d912d9d34 /tests/projects/embed/gnu-rm/hello/xmake.lua | |
| parent | f6a1811657d2a2abc5ca6026bb340cb68942db0a (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.lua | 3 |
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") |
