Update Package.swift
This commit is contained in:
@@ -20,22 +20,12 @@ let package = Package(
|
|||||||
name: "yoga",
|
name: "yoga",
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
path: "./yoga",
|
path: "./yoga",
|
||||||
// publicHeadersPath: "./yoga",
|
|
||||||
cxxSettings: [
|
cxxSettings: [
|
||||||
.headerSearchPath("../"),
|
.headerSearchPath("../"),
|
||||||
// .unsafeFlags([
|
|
||||||
// "-fno-omit-frame-pointer",
|
|
||||||
// "-fexceptions",
|
|
||||||
// "-Wall",
|
|
||||||
// "-Werror",
|
|
||||||
// "-std=c++1y",
|
|
||||||
// "-fPIC",
|
|
||||||
// ])
|
|
||||||
],
|
],
|
||||||
linkerSettings: [
|
linkerSettings: [
|
||||||
.linkedFramework("Foundation"),
|
.linkedFramework("Foundation"),
|
||||||
.linkedFramework("UIKit", .when(platforms: [.iOS])),
|
]
|
||||||
]
|
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
cxxLanguageStandard: .cxx14
|
cxxLanguageStandard: .cxx14
|
||||||
|
Reference in New Issue
Block a user