Skip to content

Commit

Permalink
Disable use of libevent under Fuchsia.
Browse files Browse the repository at this point in the history
Bug: chromium:808287
Change-Id: I1c29c5f2d13ad06904724fd95d476b23ae7097ac
Reviewed-on: https://webrtc-review.googlesource.com/50520
Reviewed-by: Sergey Ulanov <[email protected]>
Reviewed-by: Tommi <[email protected]>
Commit-Queue: Tommi <[email protected]>
Cr-Commit-Position: refs/heads/master@{#21994}
  • Loading branch information
Wez authored and Commit Bot committed Feb 13, 2018
1 parent 27a0741 commit 00cecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.gni
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ declare_args() {
# Enable libevent task queues on platforms that support it.
# rtc_link_task_queue_impl must be set to true for this to
# have an effect.
if (is_win || is_mac || is_ios || is_nacl) {
if (is_win || is_mac || is_ios || is_nacl || is_fuchsia) {
rtc_enable_libevent = false
rtc_build_libevent = false
} else {
Expand Down

0 comments on commit 00cecb9

Please sign in to comment.