mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
gst-python: Fix python3 not found in Windows
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7090>
This commit is contained in:
parent
0b9ec1b657
commit
528fbe7b3c
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue