diff options
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/mdk/hello/xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/projects/mdk/hello/xmake.lua b/tests/projects/mdk/hello/xmake.lua index 97d640297..6afb714af 100644 --- a/tests/projects/mdk/hello/xmake.lua +++ b/tests/projects/mdk/hello/xmake.lua @@ -1,5 +1,7 @@ add_rules("mode.debug", "mode.release") +set_runtimes("microlib") + target("foo") add_rules("mdk.static") add_files("src/foo/*.c") @@ -8,5 +10,4 @@ target("hello") add_deps("foo") add_rules("mdk.console") add_files("src/*.c", "src/*.s") - add_defines("__EVAL", "__MICROLIB") add_includedirs("src/lib/cmsis") |
