Skip to content

Commit 548acaa

Browse files
srl295mcdurdin
andauthored
Apply suggestions from code review
Co-authored-by: Marc Durdin <[email protected]>
1 parent 5983fb5 commit 548acaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if target_machine.system() == 'linux'
3030
icu_i18n = dependency('icu-i18n', required: true)
3131
else
3232
# load ICU from wrap
33-
# Requires meson of about 0.57+
3433
icu4c = subproject('icu-minimal', default_options: [ 'default_library=static', 'cpp_std=c++17', 'warning_level=0',
3534
'werror=false']) # TODO-LDML: options: static, no data (these are in the meson build files)
3635
icu_uc = icu4c.get_variable('icuuc_dep')

0 commit comments

Comments
 (0)