mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Merge remote-tracking branch 'origin/feat/no-strip' into frankenphp/mbed
This commit is contained in:
commit
ee906aaff9
@ -974,5 +974,24 @@
|
|||||||
"zstd.h",
|
"zstd.h",
|
||||||
"zstd_errors.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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -373,6 +373,16 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"frankenphp": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "php/frankenphp",
|
||||||
|
"prefer-stable": true,
|
||||||
|
"provide-pre-build": false,
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"icu-static-win": {
|
"icu-static-win": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip",
|
"url": "https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user