Update Package.swift

This commit is contained in:
Jonas Salling
2020-10-08 20:33:54 +02:00
committed by GitHub
parent 64be0d569c
commit d0ece8108d

View File

@@ -20,22 +20,12 @@ let package = Package(
name: "yoga",
dependencies: [],
path: "./yoga",
// publicHeadersPath: "./yoga",
cxxSettings: [
.headerSearchPath("../"),
// .unsafeFlags([
// "-fno-omit-frame-pointer",
// "-fexceptions",
// "-Wall",
// "-Werror",
// "-std=c++1y",
// "-fPIC",
// ])
],
linkerSettings: [
.linkedFramework("Foundation"),
.linkedFramework("UIKit", .when(platforms: [.iOS])),
]
linkerSettings: [
.linkedFramework("Foundation"),
]
)
],
cxxLanguageStandard: .cxx14