summarylogtreecommitdiffstats
path: root/meson.build.patch
blob: 684dac7da4e2cf5a0ad321bb024de48af7cd0814 (plain)
1
2
3
4
5
6
7
8
5c5
<     default_options : ['cpp_std=c++17'],
---
>     default_options : ['cpp_std=c++17', 'default_library=static']
26c26
< fmt = dependency('fmt', fallback: ['fmtlib', 'fmt_dep'])
---
> fmt = subproject('fmtlib').get_variable('fmt_dep')