mirror of https://github.com/odrling/Aegisub
switch to -std=gnu++11
recommended by wxwidgets doc for windows
This commit is contained in:
parent
3afe8f8281
commit
a9aa77b673
|
@ -0,0 +1,3 @@
|
|||
[submodule "subprojects/japan7-fonts"]
|
||||
path = subprojects/japan7-fonts
|
||||
url = https://github.com/odrling/japan7-fonts.git
|
|
@ -1,7 +1,7 @@
|
|||
project('Aegisub', ['c', 'cpp'],
|
||||
license: 'BSD-3-Clause',
|
||||
meson_version: '>=0.56.0',
|
||||
default_options: ['cpp_std=c++11', 'buildtype=debugoptimized'],
|
||||
default_options: ['cpp_std=gnu++11', 'buildtype=debugoptimized'],
|
||||
version: '3.3.3')
|
||||
|
||||
cmake = import('cmake')
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 74ef0dea87e3c10bbf0b4df90b663b8868d9cbd5
|
Loading…
Reference in New Issue