Skip to content

Use MakeMakefile to find executable

Toon Claes requested to merge tc-find_executable into master

What does this Merge Request do?

Instead of calling which or command use Ruby's implementation in MakeMakefile.find_executable.

Alternative to !1527 (closed).

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports