gst-python: Fix python3 not found in Windows

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7090>
This commit is contained in:
Dan Yeaw 2024-06-22 14:38:06 -04:00 committed by GStreamer Marge Bot
parent 0b9ec1b657
commit 528fbe7b3c

View file

@ -2,6 +2,6 @@ option('pygi-overrides-dir', type : 'string', value : '',
description: 'Path to pygobject overrides directory')
option('libpython-dir', type : 'string', value : '',
description: 'Path to find libpythonXX.so')
option('python', type : 'string', value : 'python3')
option('python', type : 'string')
option('tests', type : 'feature', value : 'auto', yield : true)
option('plugin', type : 'feature', value : 'auto')