Merge remote-tracking branch 'origin/feat/no-strip' into frankenphp/mbed

This commit is contained in:
henderkes
2025-11-11 15:56:10 +01:00
2 changed files with 29 additions and 0 deletions

View File

@@ -974,5 +974,24 @@
"zstd.h",
"zstd_errors.h"
]
},
"liburing": {
"source": "liburing",
"pkg-configs": [
"liburing",
"liburing-ffi"
],
"static-libs-linux": [
"liburing.a",
"liburing-ffi.a"
],
"headers-linux": [
"liburing/",
"liburing.h"
]
},
"frankenphp": {
"source": "frankenphp",
"type": "target"
}
}