summarylogtreecommitdiffstats
path: root/meson.build.patch
diff options
context:
space:
mode:
authorThomas Plaçais2018-09-03 10:15:11 +0200
committerThomas Plaçais2018-09-03 10:15:11 +0200
commit0bd7e9b1168dc84fddac32cd0f8412e50fefa01a (patch)
treeee8185a5e0c73889145f42bb979a95759d7b69b5 /meson.build.patch
parenta3bf129a5861819b41b65676593b499d8f15051a (diff)
downloadaur-0bd7e9b1168dc84fddac32cd0f8412e50fefa01a.tar.gz
Release 128.28c65c64
Diffstat (limited to 'meson.build.patch')
-rw-r--r--meson.build.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/meson.build.patch b/meson.build.patch
index 684dac7da4e2..d33c828330b4 100644
--- a/meson.build.patch
+++ b/meson.build.patch
@@ -1,8 +1,9 @@
-5c5
-< default_options : ['cpp_std=c++17'],
+7c7,8
+< 'buildtype=release'
---
-> default_options : ['cpp_std=c++17', 'default_library=static']
-26c26
+> 'buildtype=release',
+> 'default_library=static'
+29c30
< fmt = dependency('fmt', fallback: ['fmtlib', 'fmt_dep'])
---
> fmt = subproject('fmtlib').get_variable('fmt_dep')