Skip to content

Commit

Permalink
fix lk custom webrtc build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed May 22, 2023
1 parent 73ed5b8 commit 0e98cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let package = Package(
swiftSettings: [
// Compiler flags used to completely remove code for specific features to isolate issues.
// Not defining the flag will turn off the feature.
.define("LK_USING_CUSTOM_WEBRTC_BUILD")
.define("LK_USE_LIVEKIT_WEBRTC_BUILD")
]
),
.testTarget(
Expand Down

0 comments on commit 0e98cff

Please sign in to comment.