Skip to content

Commit

Permalink
Add missingg intl_bundled cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Feb 23, 2024
1 parent e889a37 commit 3d482b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/engine/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ impl ContextBuilder {
icu
} else {
cfg_if::cfg_if! {
if #[cfg(feature = "intl")] {
if #[cfg(feature = "intl_bundled")] {
icu::IntlProvider::try_new_with_buffer_provider(boa_icu_provider::buffer())
.expect("Failed to initialize default icu data.")
} else {
Expand Down

0 comments on commit 3d482b4

Please sign in to comment.