Skip to content

Commit 3cba0e8

Browse files
authored
Fix: Remove linker settings from Package.swift (#3188)
* Update Package.swift * test e changelog
1 parent 8919322 commit 3cba0e8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- Sentry.xcworkspace
1717
- Sentry.xcodeproj
1818
- Gemfile.lock
19+
- 'Package.swift'
1920

2021
jobs:
2122
# We had issues that the release build was broken on main.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
4+
## Unreleased
5+
6+
### Fixes
7+
8+
- Remove linker settings from Package.swift (#3188)
9+
310
## 8.9.3
411

512
### Fixes

Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ let package = Package(
3131
.headerSearchPath("SentryCrash/Reporting/Filters"),
3232
.headerSearchPath("SentryCrash/Reporting/Filters/Tools"),
3333
.headerSearchPath("SentryCrash/Reporting/Tools")
34-
],
35-
linkerSettings: [
36-
.linkedLibrary("z"),
37-
.linkedLibrary("c++")
3834
]
3935
),
4036
.target( name: "SentryPrivate",

0 commit comments

Comments
 (0)