diff options
Diffstat (limited to 'misc/nanocoder')
| -rw-r--r-- | misc/nanocoder/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/nanocoder/Makefile b/misc/nanocoder/Makefile index 4b6280820f58..06f9ffae117f 100644 --- a/misc/nanocoder/Makefile +++ b/misc/nanocoder/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/Nano-Collective/nanocoder LICENSE= MIT +.for arch in armv6 armv7 i386 mips powerpc powerpcspe +BROKEN_${arch}= compilation fails on 32-bit platforms: https://github.com/withcatai/node-llama-cpp/issues/593 +.endfor + FETCH_DEPENDS= npm:www/npm \ jq:textproc/jq \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
