Skip to content

Commit 0981c30

Browse files
committed
Deploy to macOS 10.14
Begin requiring macOS 10.14. Deployment to earlier OSes was never guaranteed to work, and this was causing thousands of linker warnings in otherwise valid targets.
1 parent 8c6ad9a commit 0981c30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "LLVM",
7+
platforms: [
8+
.macOS(.v10_14),
9+
],
710
products: [
811
.library(
912
name: "LLVM",

0 commit comments

Comments
 (0)