mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.3k stars 1.52k forks source link

Use correct subdir when generating processed file path #13170

Closed tristan957 closed 1 week ago

tristan957 commented 2 weeks ago

We need the subdir of where the output file will actually be created, not the current subdir of the interpreter.

Fixes: #13168