Skip to content

Commit

Permalink
Fix compilation when using Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamin committed Aug 14, 2024
1 parent e4ece17 commit 5a2eae1
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 @@ -25,6 +25,9 @@ let package = Package(
.headerSearchPath("GCDWebServer/Core"),
.headerSearchPath("GCDWebServer/Requests"),
.headerSearchPath("GCDWebServer/Responses"),
],
linkerSettings: [
.linkedLibrary("z")
]
),
.target(
Expand Down

0 comments on commit 5a2eae1

Please sign in to comment.