Gimp/data/interpreters/meson.build
Bruno Lopes 0c70a9fe00
app, build, plug-ins: Run interpreters conditionally on Windows console
Closes: #12642

Now, we will check at runtime if GIMP is not on a console and
use the corresponding _win.interp file on such case only.
2025-11-09 15:56:32 -03:00

4 lines
162 B
Meson

#.interp file read by gimp_interpreter_db_load_interp_file in gimpinterpreterdb.c
install_data('default.interp',
install_dir: gimpplugindir / 'interpreters',
)