Skip to content

Commit 03807dc

Browse files
committed
external_deps: also delete libdata/pkconfig (FreeBSD path)
1 parent 215401d commit 03807dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external_deps/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,7 @@ build_install() {
12541254
rm -rf "${PKG_PREFIX}/def"
12551255
rm -rf "${PKG_PREFIX}/share"
12561256
rm -rf "${PKG_PREFIX}/lib/pkgconfig"
1257+
rm -rf "${PKG_PREFIX}/libdata/pkgconfig"
12571258
find "${PKG_PREFIX}/bin" -not -type d -not -name '*.dll' -not -execdir rm -f -- {} \;
12581259
find "${PKG_PREFIX}/lib" -name '*.la' -execdir rm -f -- {} \;
12591260
find "${PKG_PREFIX}/lib" -name '*.dll.a' -execdir bash -c 'rm -f -- "$(basename "{}" .dll.a).a"' \;

0 commit comments

Comments
 (0)