Skip to content

Commit 0e98cff

Browse files
committed
fix lk custom webrtc build flag
1 parent 73ed5b8 commit 0e98cff

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
@@ -35,7 +35,7 @@ let package = Package(
3535
swiftSettings: [
3636
// Compiler flags used to completely remove code for specific features to isolate issues.
3737
// Not defining the flag will turn off the feature.
38-
.define("LK_USING_CUSTOM_WEBRTC_BUILD")
38+
.define("LK_USE_LIVEKIT_WEBRTC_BUILD")
3939
]
4040
),
4141
.testTarget(

0 commit comments

Comments
 (0)