Skip to content

Commit 5697e07

Browse files
committed
WebRTC Client. Fix cinterop task on macOS x86.
1 parent 1fcffc2 commit 5697e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ktor-client/ktor-client-webrtc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ kotlin {
6767
moduleName = "WebRTC"
6868
packageName = "WebRTC"
6969
extraOpts += listOf("-compiler-option", "-fmodules")
70+
extraOpts += listOf("-compiler-option", "-DTARGET_OS_VISION=0")
7071
}
7172

7273
framework {

0 commit comments

Comments
 (0)