Skip to content

Commit bb97e3f

Browse files
Squashed 'third_party/utf8_range/' changes from 72c943dea..cd1507d14 (#12583)
cd1507d14 Fix typo in pkg-config file to properly link the utf8_range libraries 3f179d134 Add pkg-config file declaring Abseil dependency of utf8_range git-subtree-dir: third_party/utf8_range git-subtree-split: cd1507d1479815fbcd8ff24dc05a978a62098bae
1 parent 9b218c1 commit bb97e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

third_party/utf8_range/cmake/utf8_range.pc.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ Name: UTF8 Range
77
Description: Google's UTF8 Library
88
Version: 1.0
99
Requires: absl_strings
10-
Libs: -L${libdir} -lprotobuf-lite @CMAKE_THREAD_LIBS_INIT@
10+
Libs: -L${libdir} -lutf8_validity -lutf8_range @CMAKE_THREAD_LIBS_INIT@
1111
Cflags: -I${includedir}
12-
Conflicts: protobuf

0 commit comments

Comments
 (0)