Updates to make building for ARDUINO more intuitive

NO_INLINE not necessary, update README
This commit is contained in:
kaleb-himes
2016-09-14 16:53:06 -06:00
parent a0b02236b8
commit 9d49fae600
4 changed files with 11 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
DIR=${PWD##*/}
if [ "$DIR" == "ARDUINO" ]; then
if [ "$DIR" = "ARDUINO" ]; then
cp ../../src/*.c ../../
cp ../../wolfcrypt/src/*.c ../../
echo "/* stub header file for Arduino compatibility */" >> ../../wolfssl.h