Skip to content

Commit cecdca6

Browse files
committed
debug
1 parent e8c48c2 commit cecdca6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/py-meson/vcpkg_mesonpy_prepare_build_options.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ function(vcpkg_mesonpy_prepare_build_options)
3232
PACKAGES gpep517 setuptools-scm
3333
OUT_PYTHON_VAR PYTHON3
3434
)
35+
message(STATUS "Running with python ${PYTHON3}")
36+
vcpkg_execute_required_process(COMMAND "${PYTHON3}" "-c import gpg517"
37+
LOGNAME "pydummy-${TARGET_TRIPLET}"
38+
WORKING_DIRECTORY "${CURRENT_BUILDTREES_DIR}"
39+
)
3540

3641
set(buildname "RELEASE")
3742
vcpkg_list(APPEND buildtypes "${buildname}")

0 commit comments

Comments
 (0)