fix: lib/cpp auto pack ignores hpp files

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-08-16 23:36:00 +08:00
parent 452e767da4
commit 3a1f472de2
+1
View File
@@ -117,6 +117,7 @@ def _is_dev_file(ent) -> bool:
or ent.name.endswith(".la")
or ent.name.endswith(".pc")
or ent.name.endswith(".h")
or ent.name.endswith(".hpp")
or ent.name.endswith(".cmake")
or ent.name.endswith(".inc")
or ("Makefile" in ent.name)