eeb5473ddd
Closes #11. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
16 lines
395 B
Diff
16 lines
395 B
Diff
Author: maxice8
|
|
Upstream: no
|
|
Reason: Fixes compilation
|
|
|
|
--- meson.build
|
|
+++ meson.build
|
|
@@ -1,7 +1,7 @@
|
|
project('libzim', ['c', 'cpp'],
|
|
version : '3.3.0',
|
|
license : 'GPL2',
|
|
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
|
+ default_options : ['c_std=c11', 'cpp_std=c++11'])
|
|
|
|
conf = configuration_data()
|
|
conf.set('VERSION', '"@0@"'.format(meson.project_version()))
|
|
|