osx: Fix loading system's openssl config
This commit is contained in:
parent
6d03ddc4f4
commit
b3bcf71981
|
@ -40,6 +40,8 @@ export PYTHON="$bundle_contents/MacOS/python"
|
||||||
export PYTHONHOME="$bundle_res"
|
export PYTHONHOME="$bundle_res"
|
||||||
export PYTHONPATH="$bundle_lib/python2.7:$bundle_lib/python2.7/site-packages"
|
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"
|
export HEXCHAT_LIBDIR="$bundle_lib/hexchat/plugins"
|
||||||
|
|
||||||
APP=name
|
APP=name
|
||||||
|
|
Loading…
Reference in New Issue