fixes for xcode4 and cyassl2

This commit is contained in:
Todd A Ouska
2011-09-25 16:35:54 -07:00
parent c6dd6f589e
commit 08fd73bbec
7 changed files with 41 additions and 67 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ THREAD_RETURN CYASSL_THREAD server_test(void* args)
#ifdef DEBUG_CYASSL
CyaSSL_Debugging_ON();
#endif
if (CurrentDir("server"))
if (CurrentDir("server") || CurrentDir("build"))
ChangeDirBack(2);
server_test(&args);