Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few misordered Windows libraries
Due to pkgconf/pkgconf#268, we manually worked around Windows link order issues by adding abseil libraries manually. However, a few libraries were missed from that list, which are added only in Windows builds: * dbghelp * advapi32 This commit adds these libraries to the right location, which fixes `x86-mingw32` builds. Note there is an existing issue with abseil including `-ldbghelp` before `-labsl_symbolize`, which this commit corrects: abseil/abseil-cpp#1497
- Loading branch information