mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[pdcurses] Fix missing platform (#42733)
This commit is contained in:
parent
10474e022c
commit
c6ae21229c
@ -23,6 +23,7 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
||||
"PDCURSES_SRCDIR=${PDCURSES_SRCDIR}"
|
||||
WIDE=Y
|
||||
UTF8=Y
|
||||
PLATFORM=${VCPKG_TARGET_ARCHITECTURE}
|
||||
${DLL_OPTION}
|
||||
OPTIONS_RELEASE
|
||||
"CFLAGS=-D_CRT_SECURE_NO_WARNINGS"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pdcurses",
|
||||
"version": "3.9",
|
||||
"port-version": 6,
|
||||
"port-version": 7,
|
||||
"description": "Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model.",
|
||||
"homepage": "https://pdcurses.org/",
|
||||
"license": null,
|
||||
|
@ -6954,7 +6954,7 @@
|
||||
},
|
||||
"pdcurses": {
|
||||
"baseline": "3.9",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"pdqsort": {
|
||||
"baseline": "2019-07-30",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cca89d3e561931b8547cf5a86de47dae14e8da30",
|
||||
"version": "3.9",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "61d47c082b38bc7c50c5b81d730c698dd4cea04f",
|
||||
"version": "3.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user