Skip to content

Commit cc53a7b

Browse files
committed
Make _NumericsShims a systemLibrary target.
1 parent 027bcc5 commit cc53a7b

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ let package = Package(
5050
),
5151

5252
// MARK: - Implementation details
53-
.target(
54-
name: "_NumericsShims",
55-
dependencies: [],
56-
exclude: excludedFilenames
53+
.systemLibrary(
54+
name: "_NumericsShims"
5755
),
5856

5957
.target(

Sources/_NumericsShims/_NumericsShims.c

Lines changed: 0 additions & 19 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module _NumericsShims {
22
header "_NumericsShims.h"
3+
link "m"
34
}

0 commit comments

Comments
 (0)