
tomlplusplus uses Meson as a build system, which makes us come across a small bug when building Universal Binaries with our custom triplet I hate vendoring this Signed-off-by: Seth Flynn <getchoo@tuta.io>
13 lines
533 B
Diff
13 lines
533 B
Diff
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py
|
|
--- a/mesonbuild/dependencies/misc.py
|
|
+++ b/mesonbuild/dependencies/misc.py
|
|
@@ -593,7 +593,8 @@ iconv_factory = DependencyFactory(
|
|
|
|
packages['intl'] = intl_factory = DependencyFactory(
|
|
'intl',
|
|
+ [DependencyMethods.BUILTIN, DependencyMethods.SYSTEM, DependencyMethods.CMAKE],
|
|
+ cmake_name='Intl',
|
|
- [DependencyMethods.BUILTIN, DependencyMethods.SYSTEM],
|
|
builtin_class=IntlBuiltinDependency,
|
|
system_class=IntlSystemDependency,
|
|
)
|