考虑下 windows 用户的感受好吗?
This commit is contained in:
parent
5c05a74727
commit
b535aeee5c
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ def find_library(possible_lib_names, search_symbol, library_name):
|
|||
patterns = [
|
||||
'/usr/local/lib*/lib%s.*' % name,
|
||||
'/usr/lib*/lib%s.*' % name,
|
||||
'C:\\Program Files\\OpenSSL\\bin\\lib%s.*' % name,
|
||||
'C:\\Program Files (x86)\\OpenSSL\\bin\\lib%s.*' % name,
|
||||
'lib%s.*' % name,
|
||||
'%s.dll' % name,
|
||||
'lib%s.dll' % name]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue