mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-11 01:24:19 +00:00
Compute the class file path relative to the private dir using the full name of the .class file, not just the src.fname. For example, for target subdir "java" and source "java/icd/Api.java", the class path is "icd/Api.class" rather than just "Api.class". Using the wrong class file name caused unnecessary rebuilds of jar files. Fixes: #15582