1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

Add missing ssl runtime hook(OS X)

This commit is contained in:
Jonathan Springer 2015-08-26 15:04:40 -04:00
parent a3b8e89c40
commit 653ac17b57

View File

@ -330,6 +330,7 @@ class MacosxBuilder(object):
'--noupx',
'--additional-hooks-dir', self.hooks_path,
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_openlp_pyqt4.py'),
'--runtime-hook', os.path.join(self.hooks_path, 'rthook_ssl.py'),
'-i', self.mac_icon,
'-p', self.work_path,
'-n', 'OpenLP',