Skip to content

Commit

Permalink
try some settings-fu
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 16, 2024
1 parent 99fc671 commit f34a374
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ let package = Package(
resources: [.process("Resources")]),
.testTarget(
name: "Segment-Tests",
dependencies: ["Segment"]),
dependencies: ["Segment"],
swiftSettings: [
.unsafeFlags([
"-I", "sdk/include",
"-Xcc", "-DDECLSPEC=__declspec(dllimport)",
], .when(platforms: [.windows]))
]
),
]
)

0 comments on commit f34a374

Please sign in to comment.