Skip to content

Commit

Permalink
python path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 11, 2024
1 parent e8c48c2 commit ad60e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/py-meson/vcpkg_mesonpy_prepare_build_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ function(vcpkg_mesonpy_prepare_build_options)
vcpkg_add_to_path(PREPEND "${NINJA_PATH}") # Prepend to use the correct ninja.

vcpkg_find_acquire_program(PYTHON3)
get_filename_component(PYTHON3_DIR "${PYTHON3}" DIRECTORY)
vcpkg_add_to_path(PREPEND "${PYTHON3_DIR}")
x_vcpkg_get_python_packages(
PYTHON_VERSION 3
PYTHON_EXECUTABLE ${PYTHON3}
PACKAGES gpep517 setuptools-scm
OUT_PYTHON_VAR PYTHON3
)
get_filename_component(PYTHON3_DIR "${PYTHON3}" DIRECTORY)
vcpkg_add_to_path(PREPEND "${PYTHON3_DIR}")

set(buildname "RELEASE")
vcpkg_list(APPEND buildtypes "${buildname}")
Expand Down
2 changes: 1 addition & 1 deletion versions/p-/py-meson.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "2506a3f1278251228e159d4209a98445e7d4cc13",
"git-tree": "5e75d7c8be60987fe672073dabcfed3dfa27d5f7",
"version": "0.15.0",
"port-version": 1
},
Expand Down

0 comments on commit ad60e5b

Please sign in to comment.