Fix SQL modules threading system.

This commit is contained in:
HttrckCldHKS
2015-02-17 16:04:42 +02:00
parent af6c6850ec
commit 3fc438ffd1
7 changed files with 19 additions and 11 deletions

View File

@ -27,7 +27,7 @@ if AMXX.mysql_path:
binary.compiler.linkflags += [
os.path.join(AMXX.mysql_path, 'lib', 'opt', 'mysqlclient.lib'),
os.path.join(AMXX.mysql_path, 'lib', 'opt', 'zlib.lib'),
'wsock32.lib'
'ws2_32.lib'
]
binary.sources = [