forked from wolfSSL/wolfssl
Update ARDUINO script per issue #859 from @pasko-zh
This commit is contained in:
@ -13,3 +13,14 @@ if [ "$DIR" = "ARDUINO" ]; then
|
|||||||
else
|
else
|
||||||
echo "ERROR: You must be in the IDE/ARDUINO directory to run this script"
|
echo "ERROR: You must be in the IDE/ARDUINO directory to run this script"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#UPDATED: 19 Apr 2017 to remove bio.c and evp.c from the root directory since
|
||||||
|
# they are included inline and should not be compiled directly
|
||||||
|
|
||||||
|
PWD=${PWD}
|
||||||
|
cd ../../
|
||||||
|
rm bio.c
|
||||||
|
rm evp.c
|
||||||
|
cd $PWD
|
||||||
|
|
||||||
|
#End UPDATE: 19 Apr 2017
|
||||||
|
Reference in New Issue
Block a user