Skip to content

Commit

Permalink
Add zlib for NSData extension
Browse files Browse the repository at this point in the history
This fixes an issue when building SBTUITestTunnelCommon with Bazel rspm
  • Loading branch information
tcamin committed Sep 22, 2024
1 parent 24141a3 commit 5c63045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ let package = Package(
.headerSearchPath("DetoxIPC/Apple"),
.headerSearchPath("DetoxIPC/DTXObjectiveCHelpers"),
.headerSearchPath("DetoxIPC/fno-objc-arc"),
],
linkerSettings: [
.linkedLibrary("z"),
]
),
.target(
Expand Down

0 comments on commit 5c63045

Please sign in to comment.