Skip to content

Commit

Permalink
Fix abseil linking error.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 500537425
  • Loading branch information
bourdakos1 authored and Copybara-Service committed Jan 8, 2023
1 parent d9b6897 commit bf88e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(
name: "abseil",
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
branch: "main"
url: "https://github.com/bourdakos1/abseil-cpp-SwiftPM.git",
branch: "exclude-main"
),
.package(
name: "BoringSSL-GRPC",
Expand Down

0 comments on commit bf88e31

Please sign in to comment.