We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5983fb5 commit 548acaaCopy full SHA for 548acaa
core/src/meson.build
@@ -30,7 +30,6 @@ if target_machine.system() == 'linux'
30
icu_i18n = dependency('icu-i18n', required: true)
31
else
32
# load ICU from wrap
33
- # Requires meson of about 0.57+
34
icu4c = subproject('icu-minimal', default_options: [ 'default_library=static', 'cpp_std=c++17', 'warning_level=0',
35
'werror=false']) # TODO-LDML: options: static, no data (these are in the meson build files)
36
icu_uc = icu4c.get_variable('icuuc_dep')
0 commit comments