Skip to content

Commit 6c3ac5d

Browse files
ADKastercompnerd
authored andcommitted
Interop: Set Swift interop flag for Xcode 15
In the Xcode 15 Beta, the swiftc compiler no longer accepts the experimental version of this flag.
1 parent 3c77a35 commit 6c3ac5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_executable(E
22
E.swift)
33
target_compile_options(E PRIVATE
4-
-enable-experimental-cxx-interop)
4+
-cxx-interoperability-mode=default)
55
target_link_libraries(E PRIVATE
66
cxx_library)

0 commit comments

Comments
 (0)