You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ Opening the generated Xcode project update the build settings `Search Paths` for
125
125
- CopensslGlue, SecureSockets, Core: Add to the build setting `Search Paths -> Header Search Paths` the value `$(SRCROOT)/openssl/<<openssl-to-be-used>>/include`.
126
126
- CopensslGlue: Add to the build setting `Search Paths -> Library Search Paths` the value `$(SRCROOT)/openssl/<<openssl-to-be-used>>/lib`.
127
127
- CopensslGlue: Add to the build setting `Linking -> Other Linker Flags` the value `-lssl` and `-lcrypto`
128
+
- Swiftfire: Remove the build setting `-lssl -lcrypto` from `Linking -> Other Linker Flags`
128
129
129
130
`<<openssl-to-be-used>>` must of course be replaced by the openSSL version/compilate of your choice. See the README file in the openssl directory.
0 commit comments