baibaichen commented on code in PR #12625:
URL: https://github.com/apache/gluten/pull/12625#discussion_r3650240323
##########
dev/vcpkg/env.sh:
##########
@@ -31,6 +31,9 @@ export
VCPKG_TRIPLET_INSTALL_DIR=${SCRIPT_ROOT}/vcpkg_installed/${VCPKG_TRIPLET}
${SCRIPT_ROOT}/init.sh "$@"
+unset PKG_CONFIG_PATH
+export
PKG_CONFIG_LIBDIR=${VCPKG_TRIPLET_INSTALL_DIR}/lib/pkgconfig:${VCPKG_TRIPLET_INSTALL_DIR}/share/pkgconfig
Review Comment:
Fixed in cb24e4f5c. `PKG_CONFIG_PATH` is now unset and `PKG_CONFIG_LIBDIR`
is set to the active vcpkg triplet before `init.sh` runs, so `vcpkg install` no
longer inherits host pkg-config search paths.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]