mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Hopefully fix Windows build.
This commit is contained in:
parent
ce1a4dcac0
commit
e27f8fba1a
@ -24,8 +24,8 @@ if SM.mysql_root:
|
||||
binary.compiler.postlink += ['-lrt']
|
||||
elif builder.target.platform == 'windows':
|
||||
binary.compiler.postlink += [
|
||||
os.path.join(SM.mysql_root, 'lib', 'opt', 'mysqlclient.lib'),
|
||||
os.path.join(SM.mysql_root, 'lib', 'opt', 'zlib.lib'),
|
||||
os.path.join(SM.mysql_root[arch], 'lib', 'opt', 'mysqlclient.lib'),
|
||||
os.path.join(SM.mysql_root[arch], 'lib', 'opt', 'zlib.lib'),
|
||||
'wsock32.lib'
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user