Skip to content

gst-python: Fix python3 not found in Windows

Dan Yeaw requested to merge danyeaw/gstreamer:python3-windows into main

In Windows, I am getting a python3 not found error when trying to build gst-python. According to the meson docs, passing in a string is optional, and by default uses the version of Python used to run Meson, which is normally what you want.

This MR removes the default value from the python option.

Merge request reports