mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-05 14:53:38 +03:00
build: Handle empty pkgconfig in sysroot
This commit is contained in:
parent
b62139c301
commit
a38b058f08
1 changed files with 0 additions and 2 deletions
|
@ -382,8 +382,6 @@ HacksAndPatchesCommon() {
|
|||
# which overwrites PKG_CONFIG_LIBDIR internally
|
||||
SubBanner "Move pkgconfig scripts"
|
||||
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