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:
Vincent Herbet
2017-10-31 23:06:30 +01:00
committed by GitHub
parent 7fe7cd746f
commit 175d49293c
6 changed files with 26 additions and 18 deletions

View File

@ -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: