Skip to content

Commit

Permalink
Update abseil library list for Windows
Browse files Browse the repository at this point in the history
Due to a bug in pkgconf v1.9.3
(pkgconf/pkgconf#268) that has since been
fixed in pkgconf v2.0, we need to maintain the correct order for
linking abseil-cpp libraries. abseil 20230802 added a few new
libraries and re-arranged the link order.
  • Loading branch information
stanhu authored and mudge committed Sep 23, 2023
1 parent 3203177 commit c66733a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ext/re2/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,17 +296,18 @@ def build_with_system_libraries
-labsl_crc32c
-labsl_crc_internal
-labsl_crc_cpu_detect
-labsl_raw_hash_set
-labsl_hash
-labsl_city
-labsl_bad_variant_access
-labsl_low_level_hash
-labsl_raw_hash_set
-labsl_hashtablez_sampler
-labsl_exponential_biased
-labsl_bad_optional_access
-labsl_str_format_internal
-labsl_synchronization
-labsl_graphcycles_internal
-labsl_kernel_timeout_internal
-labsl_stacktrace
-labsl_symbolize
-ldbghelp
Expand All @@ -316,9 +317,10 @@ def build_with_system_libraries
-labsl_time
-labsl_civil_time
-labsl_strings
-labsl_string_view
-labsl_strings_internal
-ladvapi32
-labsl_base
-ladvapi32
-labsl_spinlock_wait
-labsl_int128
-labsl_throw_delegate
Expand Down

0 comments on commit c66733a

Please sign in to comment.