Просмотр исходного кода

Update Makefile.arduino

Pulls in the impl/random folder header files, where were missing from the Arduino library package.
Justin Decker 4 лет назад
Родитель
Сommit
f26b0e1b96
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Makefile.arduino

+ 2 - 1
Makefile.arduino

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