mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 07:33:55 +01:00
meson cleanup
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
project('libexim-encrypt-dlfunc', 'c',
|
||||
default_options: ['b_lundef=false', 'b_pie=true'])
|
||||
default_options: ['b_lundef=false', 'b_pie=true'],
|
||||
license: 'Apache-2.0',
|
||||
version: '0.2.0')
|
||||
|
||||
compiler = meson.get_compiler('c')
|
||||
conf_data = configuration_data()
|
||||
|
||||
Reference in New Issue
Block a user