Skip to content

macOS: correct python interpreter file

Lukas Oberhuber requested to merge lukaso/gimp:master into master

macOS needs a simplified python interpreter file. This allows gimp to also operate within the build directory do local devs can develop without packaging.

The only question about this MR is that the version of python is hardcoded (because the existing code puts in the build time python which is different than the embedded python).

Merge request reports