We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef2877 commit 7b519ecCopy full SHA for 7b519ec
Package.swift
@@ -52,7 +52,7 @@ let libraryEvolutionCondition = envEnable("OPENBOX_LIBRARY_EVOLUTION")
52
53
if libraryEvolutionCondition {
54
// NOTE: -enable-library-evolution will cause module verify failure for `swift build`.
55
- // Either set OPENGRAPH_LIBRARY_EVOLUTION=0 or add `-Xswiftc -no-verify-emitted-module-interface` after `swift build`
+ // Either set OPENBOX_LIBRARY_EVOLUTION=0 or add `-Xswiftc -no-verify-emitted-module-interface` after `swift build`
56
sharedSwiftSettings.append(.unsafeFlags(["-enable-library-evolution", "-no-verify-emitted-module-interface"]))
57
}
58
0 commit comments