Skip to content

Commit ca11df6

Browse files
committed
Check compiler version
1 parent ba80c1e commit ca11df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ let package = Package(
353353
cxxSettings: openALCXXSettings,
354354
swiftSettings: {
355355
var array: [SwiftSetting] = []
356-
#if swift(>=5.9)
356+
#if compiler(>=5.9)
357357
array.append(.interoperabilityMode(.Cxx))
358358
#else
359359
array.append(.unsafeFlags(["-enable-experimental-cxx-interop", "-cxx-interoperability-mode=default"]))

0 commit comments

Comments
 (0)