mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
build: Handle empty pkgconfig in sysroot
This commit is contained in:
parent
c253157350
commit
b3e9e0507c
@ -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…
Reference in New Issue
Block a user