Corrected spelling
This commit is contained in:
parent
4e29cb4bd6
commit
f4287f11f6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ echo "" >> $SETUP_DIST
|
|||
echo "# Adding SSL Links" >> $SETUP_DIST
|
||||
echo "# Socket module helper for sockets" >> $SETUP_DIST
|
||||
echo "_socket socketmodule.c" >> $SETUP_DIST
|
||||
echo "SSL=$TMPROOT/openssel/ios-openssl/openssl" >> $SETUP_DIST
|
||||
echo "SSL=$TMPROOT/openssl/ios-openssl/openssl" >> $SETUP_DIST
|
||||
echo "_ssl _ssl.c \\" >> $SETUP_DIST
|
||||
echo " -DUSE_SSL -I\$(SSL)/include -I\$(SSL)/include/openssl \\" >> $SETUP_DIST
|
||||
echo " -L\$(SSL)/lib -lssl -lcrypto" >> $SETUP_DIST
|
||||
|
|
Loading…
Reference in a new issue