We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c48c2 commit cecdca6Copy full SHA for cecdca6
ports/py-meson/vcpkg_mesonpy_prepare_build_options.cmake
@@ -32,6 +32,11 @@ function(vcpkg_mesonpy_prepare_build_options)
32
PACKAGES gpep517 setuptools-scm
33
OUT_PYTHON_VAR PYTHON3
34
)
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
+ )
40
41
set(buildname "RELEASE")
42
vcpkg_list(APPEND buildtypes "${buildname}")
0 commit comments