We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d8aa6 commit 6de09d4Copy full SHA for 6de09d4
CMakeModules/BuildErlang.cmake
@@ -196,7 +196,7 @@ macro(pack_lib avm_name)
196
)
197
set(target_deps ${target_deps} ${avm_name}-pico.uf2 ${avm_name}-pico2.uf2)
198
199
- if(NOT AVM_DISABLE_JIT OR AVM_ENABLE_PRECOMPILED)
+ if((NOT AVM_DISABLE_JIT OR AVM_ENABLE_PRECOMPILED) AND ("armv6m" IN_LIST AVM_PRECOMPILED_TARGETS OR "armv6m+float32" IN_LIST AVM_PRECOMPILED_TARGETS))
200
add_custom_command(
201
OUTPUT ${avm_name}-armv6m-pico.uf2
202
DEPENDS ${avm_name}-armv6m.avm UF2Tool
0 commit comments