Update Package.swift

This commit is contained in:
Jonas Salling
2020-10-08 20:34:30 +02:00
committed by GitHub
parent d0ece8108d
commit 9d5d43a7c9

View File

@@ -11,7 +11,6 @@ let package = Package(
products: [ products: [
.library( .library(
name: "yoga", name: "yoga",
type: .dynamic,
targets: ["yoga"] targets: ["yoga"]
), ),
], ],