We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e94f0 commit 13a224aCopy full SHA for 13a224a
Package.swift
@@ -13,6 +13,7 @@ let package = Package(
13
.target(
14
name: "SwiftMath",
15
path: ".",
16
+ exclude: ["SwiftMath.podspec", "README.md", "Tests", "LICENSE"],
17
sources: ["Sources"],
18
swiftSettings: [ .define("NOSIMD", .when(platforms: [.linux, .android, .windows, .wasi, ])),]),
19
0 commit comments