fixed build script

This commit is contained in:
2026-03-09 11:31:31 -04:00
parent 1590e1f3f7
commit f12159bfb9

View File

@@ -90,7 +90,8 @@ def process_root(src_root: Path, out_root: Path, minify: bool, micro: bool):
continue continue
rel = src.relative_to(pkg_dir) rel = src.relative_to(pkg_dir)
if rel=="$PKGCONFIG.ini":
if rel.name=="$PKGCONFIG.ini":
continue continue
dst = out_root / rel dst = out_root / rel