mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
build: Handle empty pkgconfig in sysroot
This commit is contained in:
parent
e54b4b4da9
commit
07a356787e
@ -382,8 +382,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