Skip to content

Commit 3d65498

Browse files
authored
Merge pull request #207 from CodaFi/replatforming
Deploy to macOS 10.14
2 parents 8c6ad9a + 0981c30 commit 3d65498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

+3
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)