Skip to content

Commit 00aa8a4

Browse files
lint
1 parent a12270e commit 00aa8a4

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
@@ -386,7 +386,7 @@ def build_extension(self, ext):
386386
# And then we have fun failures due to lib mismatch.
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.
389-
if ((sys.platform == 'darwin' or sys.platform == 'linux')
389+
if ((sys.platform == 'darwin' or sys.platform == 'linux')
390390
and using_libcrypto() and not using_system_libs() and not using_system_libcrypto()):
391391

392392
orig_linker_so = self.compiler.linker_so[:]

0 commit comments

Comments
 (0)