Skip to content

Commit

Permalink
add address_sorting/include to header search path
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Dec 18, 2024
1 parent 1a8feab commit b69ba65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ let package = Package(
.headerSearchPath("third_party/upb/"),
.headerSearchPath("third_party/utf8_range/"),
.headerSearchPath("third_party/xxhash/"),
.headerSearchPath("third_party/address_sorting/include/"),
.headerSearchPath("src/core/ext/upb-gen/"),
.headerSearchPath("src/core/ext/upbdefs-gen/"),
.define("GRPC_ARES", to: "0"),
Expand Down

0 comments on commit b69ba65

Please sign in to comment.