mirror of
https://github.com/linux-msm/qbootctl.git
synced 2026-02-25 13:13:44 -08:00
meson.build: use gnu11 std instead of c11
This fixes a few compilation issues on different platforms (yay C standards) Signed-off-by: Caleb Connolly <caleb@connolly.tech>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
project('qbootctl', 'c', default_options : ['c_std=c11'])
|
||||
project('qbootctl', 'c', default_options : ['c_std=gnu11'])
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user