Explorar el Código

Fix Arduino build

Using the LibHydrogen zip produced by this makefile for Arduino Nano failed because impl/gimli-core/portable.h wasn't packaged in the zip.
Ian hace 7 años
padre
commit
cd4f7513b0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Makefile.arduino

+ 2 - 1
Makefile.arduino

@@ -25,7 +25,8 @@ SRC = \
 	impl/random.h \
 	impl/secretbox.h \
 	impl/sign.h \
-	impl/x25519.h
+	impl/x25519.h \
+	impl/gimli-core/portable.h
 
 all: lib package