Skip to content

Commit

Permalink
Hack to use local absl and remove gtest.h headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Jan 31, 2025
1 parent 1eefcbf commit 31ba446
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1358,14 +1358,17 @@ func abseilDependency() -> Package.Dependency {
"https://github.com/firebase/abseil-cpp-SwiftPM.git",
"0.20240722.0" ..< "0.20240723.0"
)
// return .package(url: packageInfo.url, packageInfo.range)
return .package(name: "abseil-cpp-SwiftPM",
path: "/Users/wuandy/projects/abseil-cpp-SwiftPM")
} else {
packageInfo = (
"https://github.com/google/abseil-cpp-binary.git",
"1.2024011602.0" ..< "1.2024011700.0"
)
return .package(url: packageInfo.url, packageInfo.range)
}

return .package(url: packageInfo.url, packageInfo.range)
}

func grpcDependency() -> Package.Dependency {
Expand Down

0 comments on commit 31ba446

Please sign in to comment.