Files
AyuGramDesktop/Telegram
Viktor Oreshkin 94e43f8f8a Fix openssl ldflags on macOS
If ld finds ssl/crypto dylibs it prefers them to static archived objects
And because of that produced .app links dynamically to openssl, so it
won't launch unless users install openssl.
There are two solutions: either uninstall openssl completely from build
machine on each build, or use paths to .a files.
Obviously latter is preferred.

Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
2017-07-12 14:06:40 +03:00
..
2017-07-11 20:28:37 +03:00
2017-07-12 14:06:40 +03:00
2017-07-11 20:28:37 +03:00
2017-05-19 17:13:33 +03:00