Merge pull request #156 from Bara20/patch-2

Fix undefined symbol: clock_gettime.
This commit is contained in:
David Anderson 2014-10-21 12:42:18 -07:00
commit 75335dbef3

View File

@ -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 += [