add --with-frankenphp-app option to embed an app

This commit is contained in:
DubbleClick
2025-09-05 21:36:25 +07:00
committed by henderkes
parent 8d303348d9
commit 4d3501118e
5 changed files with 74 additions and 9 deletions

View File

@@ -7,7 +7,8 @@
"source": "php-src",
"lib-depends": [
"lib-base",
"micro"
"micro",
"frankenphp"
],
"lib-suggests-linux": [
"libacl",
@@ -940,5 +941,9 @@
"liburing/",
"liburing.h"
]
},
"frankenphp": {
"source": "frankenphp",
"type": "target"
}
}