mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Fix static lib name for Linux and macOS.
This commit is contained in:
parent
95100c486e
commit
9aa22699d0
@ -15,7 +15,7 @@ if SM.mysql_root:
|
|||||||
|
|
||||||
if builder.target.platform == 'linux' or builder.target.platform == 'mac':
|
if builder.target.platform == 'linux' or builder.target.platform == 'mac':
|
||||||
binary.compiler.postlink += [
|
binary.compiler.postlink += [
|
||||||
os.path.join(SM.mysql_root[arch], 'lib', 'libmysqlclient_r.a'),
|
os.path.join(SM.mysql_root[arch], 'lib', 'libmysqlclient.a'),
|
||||||
'-lz',
|
'-lz',
|
||||||
'-lpthread',
|
'-lpthread',
|
||||||
'-lm',
|
'-lm',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user