mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
Fix ncurses static-libs
This commit is contained in:
parent
321f2e13e8
commit
f4bb0263f6
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user