Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Dec 8, 2023
1 parent fd35cbf commit e9f5368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ fn main() {
builder
.file("src/objc_video_factory.mm")
.flag("-stdlib=libc++")
.define("RTC_USE_LIBAOM_AV1_ENCODER", None)
.flag("-std=c++20");
}
"ios" => {
Expand Down

0 comments on commit e9f5368

Please sign in to comment.