Changes between Initial Version and Version 1 of Ticket #63356


Ignore:
Timestamp:
Aug 11, 2021, 12:30:36 PM (3 years ago)
Author:
Lord-Kamina (Gregorio Litenstein)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63356 – Description

    initial v1  
    1 I'm making a new port that used the meson-1.0 (Oh, how I hate meson) portgroup. I'm currently having trouble because meson's python module finds `/usr/bin/python` when asked for `python3`; even though both ''python3_select'' and ''python_select'' are installed.
     1I'm making a new port that used the `meson-1.0` (Oh, how I hate meson) portgroup. I'm currently having trouble because meson's python module finds `/usr/bin/python` when asked for `python3`; even though both ''python3_select'' and ''python_select'' are installed.
    22
    33Is this a common occurence, is there a cleaner way to fix this than patching the `meson.build` file to say `python3.9` instead of `python3`?