From c77916e7307e0c914d1b14c2d6a9b8bbbfcc1256 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:10:43 +0100 Subject: [PATCH] pkg/monocypher: add arch 32bit requirement --- pkg/monocypher/Makefile.dep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/monocypher/Makefile.dep b/pkg/monocypher/Makefile.dep index 767f3cc1c7..2a90b71378 100644 --- a/pkg/monocypher/Makefile.dep +++ b/pkg/monocypher/Makefile.dep @@ -1 +1,4 @@ USEMODULE += monocypher_sha512 + +# monocypher is only supported by 32 bit architectures +FEATURES_REQUIRED += arch_32bit