Skip to content

Commit c6ae212

Browse files
authored
[pdcurses] Fix missing platform (microsoft#42733)
1 parent 10474e0 commit c6ae212

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

ports/pdcurses/portfile.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
2323
"PDCURSES_SRCDIR=${PDCURSES_SRCDIR}"
2424
WIDE=Y
2525
UTF8=Y
26+
PLATFORM=${VCPKG_TARGET_ARCHITECTURE}
2627
${DLL_OPTION}
2728
OPTIONS_RELEASE
2829
"CFLAGS=-D_CRT_SECURE_NO_WARNINGS"

ports/pdcurses/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pdcurses",
33
"version": "3.9",
4-
"port-version": 6,
4+
"port-version": 7,
55
"description": "Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model.",
66
"homepage": "https://pdcurses.org/",
77
"license": null,

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6954,7 +6954,7 @@
69546954
},
69556955
"pdcurses": {
69566956
"baseline": "3.9",
6957-
"port-version": 6
6957+
"port-version": 7
69586958
},
69596959
"pdqsort": {
69606960
"baseline": "2019-07-30",

versions/p-/pdcurses.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "cca89d3e561931b8547cf5a86de47dae14e8da30",
5+
"version": "3.9",
6+
"port-version": 7
7+
},
38
{
49
"git-tree": "61d47c082b38bc7c50c5b81d730c698dd4cea04f",
510
"version": "3.9",

0 commit comments

Comments
 (0)