Add support for building on macOS
This commit is contained in:
parent
dc41f50c52
commit
59a96c7116
@ -11,6 +11,9 @@ import PackageDescription
|
|||||||
/// The Adwaita package.
|
/// The Adwaita package.
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "Adwaita",
|
name: "Adwaita",
|
||||||
|
platforms: [
|
||||||
|
.macOS(.v10_15)
|
||||||
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(
|
.library(
|
||||||
name: "Adwaita",
|
name: "Adwaita",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user