Fix SQL modules threading system.
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user