mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-07-30 06:02:00 +08:00

The change makes implicit assumptions on the layout of the install tree, which is going to break in many ways. The correct solution is to use the `PKG_CONFIG_SYSROOT_DIR` variable to inject the cross-compiled sysroot into `-I` and `-L` paths.