[pdcurses] Fix missing platform (#42733)

This commit is contained in:
Alexander Neumann 2024-12-16 16:15:21 +01:00 committed by GitHub
parent 10474e022c
commit c6ae21229c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -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"

View File

@ -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,

View File

@ -6954,7 +6954,7 @@
},
"pdcurses": {
"baseline": "3.9",
"port-version": 6
"port-version": 7
},
"pdqsort": {
"baseline": "2019-07-30",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cca89d3e561931b8547cf5a86de47dae14e8da30",
"version": "3.9",
"port-version": 7
},
{
"git-tree": "61d47c082b38bc7c50c5b81d730c698dd4cea04f",
"version": "3.9",