Skip to content

Commit 938b96d

Browse files
committed
fixed installation for Xcode
1 parent 2e808df commit 938b96d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Opening the generated Xcode project update the build settings `Search Paths` for
125125
- CopensslGlue, SecureSockets, Core: Add to the build setting `Search Paths -> Header Search Paths` the value `$(SRCROOT)/openssl/<<openssl-to-be-used>>/include`.
126126
- CopensslGlue: Add to the build setting `Search Paths -> Library Search Paths` the value `$(SRCROOT)/openssl/<<openssl-to-be-used>>/lib`.
127127
- 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`
128129

129130
`<<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.
130131

0 commit comments

Comments
 (0)