add hasCppExtension check

This commit is contained in:
crazywhalecc
2023-07-24 23:49:52 +08:00
parent 0e024a8c43
commit b8e6f9d1be
4 changed files with 40 additions and 3 deletions

View File

@@ -138,6 +138,7 @@
},
"intl": {
"type": "builtin",
"cpp-extension": true,
"lib-depends": [
"icu"
]
@@ -327,6 +328,7 @@
"type": "external",
"source": "swoole",
"arg-type": "custom",
"cpp-extension": true,
"lib-depends": [
"openssl"
],