From b3bcf71981df984a413d136ff261ac37864f2e4d Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 31 May 2014 10:04:05 -0400 Subject: osx: Fix loading system's openssl config --- osx/launcher.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osx') diff --git a/osx/launcher.sh b/osx/launcher.sh index 806fbb94..4c21e561 100755 --- a/osx/launcher.sh +++ b/osx/launcher.sh @@ -40,6 +40,8 @@ export PYTHON="$bundle_contents/MacOS/python" export PYTHONHOME="$bundle_res" export PYTHONPATH="$bundle_lib/python2.7:$bundle_lib/python2.7/site-packages" +export OPENSSL_CONF="/System/Library/OpenSSL/openssl.cnf" + export HEXCHAT_LIBDIR="$bundle_lib/hexchat/plugins" APP=name -- cgit 1.4.1