Bump MySQL version to 5.5 (#466)
* Bump MySQL version to 5.5 * Let's see how Travis-CI goes * Let's see how AppVeyor goes * Adjust windows library path
This commit is contained in:
@ -26,7 +26,7 @@ if AMXX.mysql_path:
|
||||
]
|
||||
elif builder.target_platform is 'windows':
|
||||
binary.compiler.linkflags += [
|
||||
os.path.join(AMXX.mysql_path, 'lib', 'opt', 'mysqlclient.lib'),
|
||||
os.path.join(AMXX.mysql_path, 'lib', 'mysqlclient.lib'),
|
||||
'ws2_32.lib'
|
||||
]
|
||||
if binary.compiler.vendor == 'msvc' and binary.compiler.version >= 1900:
|
||||
|
Reference in New Issue
Block a user