This commit is contained in:
mailchuck 2016-01-21 18:03:15 +01:00 committed by Peter Surda
parent c137e334d2
commit a0da175d45
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ def loadOpenSSL():
path.join(environ['RESOURCEPATH'], '..', 'Frameworks','libcrypto.dylib'),
path.join(environ['RESOURCEPATH'], '..', 'Frameworks','libcrypto.1.0.0.dylib')
])
elif 'win32' in sys.platform or win64:
elif 'win32' in sys.platform or 'win64' in sys.platform:
lib.append(path.join(sys._MEIPASS, 'libeay32.dll'))
else:
libdir.extend([