mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
d8ed555748
Also switched to the meson+ninja
12 lines
418 B
Diff
12 lines
418 B
Diff
diff --git a/meson.build b/meson.build
|
|
index d5c3627..2bd692a 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -86,7 +86,7 @@ govirt_global_cflags = ['-std=c99',
|
|
'-Woverride-init',
|
|
'-Wno-unused-parameter']
|
|
|
|
-foreach arg : govirt_global_cflags
|
|
+foreach arg : compiler.get_supported_arguments(govirt_global_cflags)
|
|
add_project_arguments(arg, language : 'c')
|
|
endforeach
|