mirror of https://github.com/odrling/Aegisub
meson: bump c++ version
This commit is contained in:
parent
46a60cf3da
commit
ce160e0c3a
|
@ -1,6 +1,6 @@
|
|||
project('Aegisub', ['c', 'cpp'], license: 'BSD-3-Clause',
|
||||
meson_version: '>=0.49.0',
|
||||
default_options: ['cpp_std=c++11', 'b_lto=true'])
|
||||
default_options: ['cpp_std=c++14', 'b_lto=true'])
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
version_sh = find_program('tools/version.ps1')
|
||||
|
|
Loading…
Reference in New Issue