Skip to content

Commit

Permalink
change Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Nov 26, 2021
1 parent 8fe6f2d commit 697238f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ let package = Package(
.target(
name: "HappyDNS",
path: "HappyDNS",
sources: ["."],
sources: ["Common", "Dns", "Http", "Local", "Util"],
cSettings: [
.headerSearchPath("."),
.headerSearchPath("Common"),
.headerSearchPath("Dns"),
.headerSearchPath("Http"),
.headerSearchPath("Local"),
.headerSearchPath("Util"),
],
linkerSettings:[
.linkedLibrary("resolv", nil)
Expand Down

0 comments on commit 697238f

Please sign in to comment.