mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
Issue #13367: use correct python*.exe on insider MSIX from stable series
This commit is contained in:
parent
c893a96298
commit
87cfc65ab6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ endforeach
|
||||||
# Fallback fix to the problem of non-configured interpreters (needed by MSIX)
|
# Fallback fix to the problem of non-configured interpreters (needed by MSIX)
|
||||||
if platform_windows and not meson.is_cross_build() and python.found()
|
if platform_windows and not meson.is_cross_build() and python.found()
|
||||||
python_config = configuration_data()
|
python_config = configuration_data()
|
||||||
if not stable
|
if gimp_unstable or not release
|
||||||
#python.exe is prefered in unstable versions because of error output
|
#python.exe is prefered in unstable versions because of error output
|
||||||
python_config.set('PYTHON_EXE', 'python.exe')
|
python_config.set('PYTHON_EXE', 'python.exe')
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue