зеркало из https://github.com/microsoft/vcpkg.git
[ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names (#28312)
* [ncurses] Add compiler option "enable-mixed-case" to supports mixed case file names * add version * support mingw * version * not mingw * version
This commit is contained in:
Родитель
b10c0ba13e
Коммит
0d239eb4d3
|
@ -30,6 +30,13 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
|||
--without-normal
|
||||
)
|
||||
endif()
|
||||
|
||||
if(NOT VCPKG_TARGET_IS_MINGW)
|
||||
list(APPEND OPTIONS
|
||||
--enable-mixed-case
|
||||
)
|
||||
endif()
|
||||
|
||||
if(VCPKG_TARGET_IS_MINGW)
|
||||
list(APPEND OPTIONS
|
||||
--disable-home-terminfo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ncurses",
|
||||
"version": "6.3",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Free software emulation of curses in System V Release 4.0, and more",
|
||||
"homepage": "https://invisible-island.net/ncurses/announce.html",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -5222,7 +5222,7 @@
|
|||
},
|
||||
"ncurses": {
|
||||
"baseline": "6.3",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"neargye-semver": {
|
||||
"baseline": "0.3.0",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "83eac97c40a368314b01639191657529194d8bdc",
|
||||
"version": "6.3",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "3c178c66e9a39b757a4fd10782bbd32165ef2b0e",
|
||||
"version": "6.3",
|
||||
|
|
Загрузка…
Ссылка в новой задаче