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 ba80c1e commit ca11df6Copy full SHA for ca11df6
Package.swift
@@ -353,7 +353,7 @@ let package = Package(
353
cxxSettings: openALCXXSettings,
354
swiftSettings: {
355
var array: [SwiftSetting] = []
356
- #if swift(>=5.9)
+ #if compiler(>=5.9)
357
array.append(.interoperabilityMode(.Cxx))
358
#else
359
array.append(.unsafeFlags(["-enable-experimental-cxx-interop", "-cxx-interoperability-mode=default"]))
0 commit comments