Skip to content

Commit 363894b

Browse files
ugh
1 parent 00aa8a4 commit 363894b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def build_extension(self, ext):
387387
# I could not find a cleaner way, so lets just hook into linker command and make sure
388388
# our libs appear before other libs.
389389
if ((sys.platform == 'darwin' or sys.platform == 'linux')
390-
and using_libcrypto() and not using_system_libs() and not using_system_libcrypto()):
390+
and using_libcrypto() and not using_system_libs() and not using_system_libcrypto()):
391391

392392
orig_linker_so = self.compiler.linker_so[:]
393393

0 commit comments

Comments
 (0)