mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Fix ncurses static-libs
This commit is contained in:
@@ -711,6 +711,9 @@
|
|||||||
"ncurses": {
|
"ncurses": {
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"artifact": "ncurses",
|
"artifact": "ncurses",
|
||||||
|
"static-libs@unix": [
|
||||||
|
"libncurses.a"
|
||||||
|
],
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
|
|||||||
Reference in New Issue
Block a user