Update Package.swift
This commit is contained in:
@@ -20,21 +20,11 @@ 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])),
|
||||
]
|
||||
)
|
||||
],
|
||||
|
Reference in New Issue
Block a user