Skip to content

Commit

Permalink
Fix of OS X 10.6-10.7 linking with openssl for https:// requests to w…
Browse files Browse the repository at this point in the history
…ork.
  • Loading branch information
john-preston committed Jan 16, 2017
1 parent c58df19 commit 983db3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/building-xcode-old.md
Expand Up @@ -181,7 +181,7 @@ From **/Users/user/TBuild/Libraries/qt5_3_2/qtimageformats**, run:

Go to **/Users/user/TBuild/Libraries/qt5_3_2** and run:

./configure -prefix "/usr/local/tdesktop/Qt-5.3.2" -debug-and-release -force-debug-info -opensource -confirm-license -static -opengl desktop -nomake examples -nomake tests -platform macx-g++
OPENSSL_LIBS="/Users/user/TBuild/Libraries/openssl-xcode_oldmac/libssl.a /Users/user/TBuild/Libraries/openssl-xcode_oldmac/libcrypto.a" ./configure -prefix "/usr/local/tdesktop/Qt-5.3.2" -debug-and-release -force-debug-info -opensource -confirm-license -static -opengl desktop -openssl-linked -I "/Users/user/TBuild/Libraries/openssl-xcode_oldmac/include" -nomake examples -nomake tests -platform macx-g++
make -j4
sudo make -j4 install

Expand Down

0 comments on commit 983db3a

Please sign in to comment.