Skip to content

Commit

Permalink
add missing grpc core and upb dependecies to swift package (#169) (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB authored Feb 11, 2023
1 parent 1d3db03 commit 9e1983d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ let package = Package(
"third_party/upb/upb/json_test.cc",
"third_party/upb/upb/util/def_to_proto_test.cc",
"third_party/upb/upb/util/compare_test.cc",
"src/core/lib/event_engine/utils.cc",
],
sources: [
"src/core/ext/filters/",
Expand All @@ -67,9 +66,11 @@ let package = Package(
"src/core/ext/xds/",
"src/core/lib/",
"src/core/plugin_registry/grpc_plugin_registry.cc",
"src/core/plugin_registry/grpc_plugin_registry_noextra.cc",
"src/core/tsi/",
"third_party/re2/re2/",
"third_party/re2/util/",
"third_party/upb/third_party/utf8_range/",
"third_party/upb/upb/",
"third_party/xxhash/xxhash.h",
],
Expand Down

0 comments on commit 9e1983d

Please sign in to comment.