add memcached for macOS

This commit is contained in:
crazywhalecc
2023-07-26 00:08:20 +08:00
committed by Jerry Ma
parent 1c8bbfbbdf
commit 75b85c26dc
6 changed files with 108 additions and 0 deletions

View File

@@ -53,6 +53,19 @@
"sockets"
]
},
"memcached": {
"type": "external",
"source": "memcached",
"arg-type": "custom",
"cpp-extension": true,
"lib-depends": [
"libmemcached"
],
"ext-depends": [
"session",
"zlib"
]
},
"exif": {
"type": "builtin"
},