Fix undefined symbol: clock_gettime
[SM] Extension dbi.mysql.ext.so failed to load: /home/csgo/csgo/addons/sourcemod/extensions/dbi.mysql.ext.so: undefined symbol: clock_gettime
This commit is contained in:
parent
f0fe427fee
commit
d493bc701d
@ -13,7 +13,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