Skip to content

Commit

Permalink
[pdcurses] Fix missing platform (#42733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Dec 16, 2024
1 parent 10474e0 commit c6ae212
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/pdcurses/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ports/pdcurses/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6954,7 +6954,7 @@
},
"pdcurses": {
"baseline": "3.9",
"port-version": 6
"port-version": 7
},
"pdqsort": {
"baseline": "2019-07-30",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pdcurses.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cca89d3e561931b8547cf5a86de47dae14e8da30",
"version": "3.9",
"port-version": 7
},
{
"git-tree": "61d47c082b38bc7c50c5b81d730c698dd4cea04f",
"version": "3.9",
Expand Down

0 comments on commit c6ae212

Please sign in to comment.