Skip to content

Commit b208a8a

Browse files
committed
🐞 fix(apps/micropython/xmake.lua): change link type to static
1 parent 538165f commit b208a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/micropython/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

25-
add_requires("micropython")
25+
add_requires("micropython", {configs = {shared = false}})
2626

2727
target("micropython")
2828
do

0 commit comments

Comments
 (0)