Renamed ssl link file
This commit is contained in:
parent
0b9328143d
commit
167fc914e3
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=/usr" >> $SETUP_DIST
|
||||
echo "SSL=$TMPROOT/openssel/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