We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538165f commit b208a8aCopy full SHA for b208a8a
1 file changed
apps/micropython/xmake.lua
@@ -22,7 +22,7 @@
22
--
23
add_rules("mode.debug", "mode.release")
24
25
-add_requires("micropython")
+add_requires("micropython", {configs = {shared = false}})
26
27
target("micropython")
28
do
0 commit comments