Merge pull request #156 from Bara20/patch-2
Fix undefined symbol: clock_gettime.
This commit is contained in:
commit
75335dbef3
@ -17,7 +17,8 @@ if SM.mysql_root:
|
||||
os.path.join(SM.mysql_root, 'lib', 'libmysqlclient_r.a'),
|
||||
'-lz',
|
||||
'-lpthread',
|
||||
'-lm'
|
||||
'-lm',
|
||||
'-lrt'
|
||||
]
|
||||
elif builder.target_platform == 'windows':
|
||||
binary.compiler.postlink += [
|
||||
|
Loading…
Reference in New Issue
Block a user