Skip to content

Commit d5e8c10

Browse files
committed
[vcpkg-make] Switch to using VCPKG_HOST_IS_BSD
1 parent eaee823 commit d5e8c10

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

ports/vcpkg-make/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vcpkg-make",
3-
"version-date": "2025-08-21",
3+
"version-date": "2025-09-14",
44
"documentation": "https://learn.microsoft.com/vcpkg/maintainers/functions/vcpkg_make_configure",
55
"license": null,
66
"supports": "native",

ports/vcpkg-make/vcpkg_make_configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function(vcpkg_make_configure)
133133
EMMAKEN_JUST_CONFIGURE
134134
)
135135

136-
if(VCPKG_HOST_IS_FREEBSD OR VCPKG_HOST_IS_OPENBSD)
136+
if(VCPKG_HOST_IS_BSD)
137137
find_program(Z_VCPKG_MAKE gmake REQUIRED)
138138
else()
139139
find_program(Z_VCPKG_MAKE NAMES make gmake NAMES_PER_DIR REQUIRED)

ports/vcpkg-make/vcpkg_make_install.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function(vcpkg_make_install)
4141
vcpkg_make_get_shell(shell_var)
4242
set(shell_cmd "${shell_var}")
4343

44-
if(VCPKG_HOST_IS_FREEBSD OR VCPKG_HOST_IS_OPENBSD)
44+
if(VCPKG_HOST_IS_BSD)
4545
find_program(Z_VCPKG_MAKE gmake REQUIRED)
4646
else()
4747
find_program(Z_VCPKG_MAKE NAMES make gmake NAMES_PER_DIR REQUIRED)

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10013,7 +10013,7 @@
1001310013
"port-version": 0
1001410014
},
1001510015
"vcpkg-make": {
10016-
"baseline": "2025-08-21",
10016+
"baseline": "2025-09-14",
1001710017
"port-version": 0
1001810018
},
1001910019
"vcpkg-msbuild": {

versions/v-/vcpkg-make.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": "51f1826c79148de6ead03a12a8d747587cb642a2",
5+
"version-date": "2025-09-14",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "25cbb472c3760bcb8ab3d34271f1c1c674ebcac7",
510
"version-date": "2025-08-21",

0 commit comments

Comments
 (0)