Merge pull request #507 from cmb69/cmb/libname

Adhere to standard naming convention of Windows libs for PHP
This commit is contained in:
Remi Collet
2022-03-09 14:54:56 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ ARG_ENABLE('memcached-json', 'whether to enable memcached json serializer suppor
if (PHP_MEMCACHED == "yes") {
if (!CHECK_LIB("memcached.lib", "memcached", PHP_MEMCACHED)) {
if (!CHECK_LIB("memcached.lib;libmemcached.lib", "memcached", PHP_MEMCACHED)) {
ERROR("memcached: library 'memcached' not found");
}