Skip to content

Commit

Permalink
and again ...
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 16, 2024
1 parent f34a374 commit e8c33f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ let package = Package(
.product(name: "Sovran", package: "sovran-swift"),
.product(name: "JSONSafeEncoding", package: "jsonsafeencoding-swift")
],
resources: [.process("Resources")]),
.testTarget(
name: "Segment-Tests",
dependencies: ["Segment"],
resources: [.process("Resources")],
swiftSettings: [
.unsafeFlags([
"-I", "sdk/include",
"-Xcc", "-DDECLSPEC=__declspec(dllimport)",
], .when(platforms: [.windows]))
]
),
.testTarget(
name: "Segment-Tests",
dependencies: ["Segment"]
),
]
)

0 comments on commit e8c33f4

Please sign in to comment.