diff options
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") |
