Add C++11 flag for meson
Signed-off-by: MusiKid <musikid@outlook.com>
This commit is contained in:
parent
322899dfaa
commit
2287bc14f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
project('pam_howdy', 'cpp', version: '0.1.0')
|
project('pam_howdy', 'cpp', version: '0.1.0', default_options: ['cpp_std=c++11'])
|
||||||
|
|
||||||
inih = subproject('inih')
|
inih = subproject('inih')
|
||||||
inih_cpp = inih.get_variable('INIReader_dep')
|
inih_cpp = inih.get_variable('INIReader_dep')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue