fixed build script
This commit is contained in:
3
build.py
3
build.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user