Skip to content

Commit

Permalink
Add more missing libs (crc) (#34)
Browse files Browse the repository at this point in the history
Adds missing `absl_crc*` libs needed by `swift-firebase`.
  • Loading branch information
darinf authored and kendalharland committed Jul 18, 2024
1 parent 309fc2f commit 234a25a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ jobs:
<file src="`$BUILDROOT`$\usr\libs\windows\absl_cordz_functions.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_cordz_handle.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_cordz_info.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_crc_cord_state.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_crc_cpu_detect.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_crc_internal.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_crc32c.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_debugging_internal.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_demangle_internal.lib" target="lib" />
<file src="`$BUILDROOT`$\usr\libs\windows\absl_exponential_biased.lib" target="lib" />
Expand Down

0 comments on commit 234a25a

Please sign in to comment.