mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-12 21:51:01 +00:00
build: Handle empty pkgconfig in sysroot
This commit is contained in:
parent
92cc442a1a
commit
f1868aee91
1 changed files with 0 additions and 2 deletions
|
@ -397,8 +397,6 @@ HacksAndPatchesCommon() {
|
||||||
# which overwrites PKG_CONFIG_LIBDIR internally
|
# which overwrites PKG_CONFIG_LIBDIR internally
|
||||||
SubBanner "Move pkgconfig scripts"
|
SubBanner "Move pkgconfig scripts"
|
||||||
mkdir -p ${INSTALL_ROOT}/usr/lib/pkgconfig
|
mkdir -p ${INSTALL_ROOT}/usr/lib/pkgconfig
|
||||||
mv ${INSTALL_ROOT}/usr/lib/${arch}-${os}/pkgconfig/* \
|
|
||||||
${INSTALL_ROOT}/usr/lib/pkgconfig
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue