Skip to content

Commit

Permalink
Fix enable_speedreader buildflag to be !is_ios instead of true
Browse files Browse the repository at this point in the history
  • Loading branch information
emerick committed Dec 17, 2024
1 parent 58cc6e4 commit 93bf4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/speedreader/common/buildflags/buildflags.gni
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# You can obtain one at https://mozilla.org/MPL/2.0/.

declare_args() {
enable_speedreader = true
enable_speedreader = !is_ios
}

0 comments on commit 93bf4fc

Please sign in to comment.