Skip to content

Commit 5c41ff2

Browse files
[crashpad] fix mac build (#43516)
Co-authored-by: Billy Robert O'Neal III <[email protected]>
1 parent 7839a20 commit 5c41ff2

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

ports/crashpad/portfile.cmake

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ vcpkg_from_git(
1010
)
1111

1212
vcpkg_find_acquire_program(PYTHON3)
13+
x_vcpkg_get_python_packages(OUT_PYTHON_VAR PYTHON3
14+
PYTHON_EXECUTABLE "${PYTHON3}"
15+
PYTHON_VERSION "3"
16+
PACKAGES setuptools
17+
)
1318
vcpkg_replace_string("${SOURCE_PATH}/.gn" "script_executable = \"python3\"" "script_executable = \"${PYTHON3}\"")
1419

1520
# mini_chromium contains the toolchains and build configuration

ports/crashpad/vcpkg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crashpad",
33
"version-date": "2024-04-11",
4-
"port-version": 6,
4+
"port-version": 7,
55
"description": [
66
"Crashpad is a crash-reporting system.",
77
"Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss."
@@ -19,6 +19,7 @@
1919
"name": "vcpkg-cmake-get-vars",
2020
"host": true
2121
},
22+
"vcpkg-get-python-packages",
2223
{
2324
"name": "vcpkg-gn",
2425
"host": true

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@
20342034
},
20352035
"crashpad": {
20362036
"baseline": "2024-04-11",
2037-
"port-version": 6
2037+
"port-version": 7
20382038
},
20392039
"crashrpt": {
20402040
"baseline": "1.4.3",

versions/c-/crashpad.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "dc8e0803320706e4f2b4a4fce0f457424c6c914d",
5+
"version-date": "2024-04-11",
6+
"port-version": 7
7+
},
38
{
49
"git-tree": "f4a723194e550246d2a2b2717d0d7d1135e09fb0",
510
"version-date": "2024-04-11",

0 commit comments

Comments
 (0)