diff options
author | Russell Johnston <rpjohnst@gmail.com> | 2022-10-15 11:14:56 -0700 |
---|---|---|
committer | Russell Johnston <rpjohnst@gmail.com> | 2022-10-15 11:14:56 -0700 |
commit | 8bf19a07e068b17c2bc2a32aed0ba6d48a80411f (patch) | |
tree | 604c98ff3e0f4d9959cea5220112f0bbc79a7a94 /absl/debugging | |
parent | 5fa65f28e46e86c44966a1ca8a727a329d9c1ff8 (diff) |
Use the `-l` form for MinGW-specific link dependencies
This corrects the generated .pc files, so these libs match the other libs
already included there.
Diffstat (limited to 'absl/debugging')
-rw-r--r-- | absl/debugging/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/debugging/CMakeLists.txt b/absl/debugging/CMakeLists.txt index 051e7017..e823f15b 100644 --- a/absl/debugging/CMakeLists.txt +++ b/absl/debugging/CMakeLists.txt @@ -62,7 +62,7 @@ absl_cc_library( ${ABSL_DEFAULT_COPTS} LINKOPTS ${ABSL_DEFAULT_LINKOPTS} - $<$<BOOL:${MINGW}>:"dbghelp"> + $<$<BOOL:${MINGW}>:-ldbghelp> DEPS absl::debugging_internal absl::demangle_internal |