mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
meson: don't build with C11
C11 breaks the LuaJIT build
This commit is contained in:
parent
f9f8b6c4d3
commit
bb02d3bc5e
@ -1,7 +1,7 @@
|
||||
project('Aegisub', ['c', 'cpp'],
|
||||
license: 'BSD-3-Clause',
|
||||
meson_version: '>=0.55.0',
|
||||
default_options: ['c_std=c11', 'cpp_std=c++11', 'b_lto=true'],
|
||||
default_options: ['cpp_std=c++11', 'b_lto=true'],
|
||||
version: '3.2.2')
|
||||
|
||||
cmake = import('cmake')
|
||||
|
Loading…
x
Reference in New Issue
Block a user