Skip to content

Commit

Permalink
lang/inko: Not for non-64-bit architectures
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jan 12, 2024
1 parent 9c89c86 commit b5cc0c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/inko/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WWW= https://inko-lang.org/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE

NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # build fails on non-64-bit architectures: Inko requires a 64-bits architecture

LIB_DEPENDS= libffi.so:devel/libffi

USES= cargo llvm:15 localbase:ldflags
Expand Down

0 comments on commit b5cc0c9

Please sign in to comment.