mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: Alternative approach to Inno reading of config*.h
Closes: #14101
Partially reverts: f69dd75a17
This commit is contained in:
parent
868d566c7f
commit
c9f77c7228
6 changed files with 23 additions and 61 deletions
|
@ -41,7 +41,7 @@ endforeach
|
|||
# Fallback fix to the problem of non-configured interpreters (needed by MSIX)
|
||||
if platform_windows and not meson.is_cross_build() and python.found()
|
||||
python_config = configuration_data()
|
||||
if gimp_unstable or not release
|
||||
if not stable or not release
|
||||
#python.exe is prefered in unstable versions because of error output
|
||||
python_config.set('PYTHON_EXE', 'python.exe')
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue