diff options
author | Romain Pouclet <romain.pouclet@gmail.com> | 2016-11-11 03:44:24 -0500 |
---|---|---|
committer | HoĆ V. DINH <dinh.viet.hoa@gmail.com> | 2016-11-11 09:44:24 +0100 |
commit | a0b7b40f24bf2411568e1e7f405b704e0502f31b (patch) | |
tree | 2962fb3b503d681227b8a2ae33d123c33451cbff /build-mac | |
parent | a83771a7b52055ed5be2501275dcce89db0bee3d (diff) |
Remove SSL and crypto from project (#1556)
Diffstat (limited to 'build-mac')
-rwxr-xr-x | build-mac/mailcore2.xcodeproj/project.pbxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-mac/mailcore2.xcodeproj/project.pbxproj b/build-mac/mailcore2.xcodeproj/project.pbxproj index a9dfb400..8b3401ee 100755 --- a/build-mac/mailcore2.xcodeproj/project.pbxproj +++ b/build-mac/mailcore2.xcodeproj/project.pbxproj @@ -4581,8 +4581,6 @@ "-lctemplate", "-letpan", "-lxml2", - "-lssl", - "-lcrypto", "-lsasl2", "-liconv", "-all_load", @@ -4616,8 +4614,6 @@ "-lctemplate", "-letpan", "-lxml2", - "-lssl", - "-lcrypto", "-lsasl2", "-liconv", "-all_load", |