Skip to content

Commit

Permalink
Fix Arduino build
Browse files Browse the repository at this point in the history
Using the LibHydrogen zip produced by this makefile for Arduino Nano failed because impl/gimli-core/portable.h wasn't packaged in the zip.
  • Loading branch information
ianrrees committed May 15, 2018
1 parent ec8dc42 commit cd4f751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.arduino
Expand Up @@ -25,7 +25,8 @@ SRC = \
impl/random.h \ impl/random.h \
impl/secretbox.h \ impl/secretbox.h \
impl/sign.h \ impl/sign.h \
impl/x25519.h impl/x25519.h \
impl/gimli-core/portable.h


all: lib package all: lib package


Expand Down

0 comments on commit cd4f751

Please sign in to comment.